Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 계측
- activity
- textview
- LifeCycle
- Kotlin
- 안드로이드
- appbar
- data
- Dialog
- Button
- TEST
- CustomScrollView
- 테스트
- Navigation
- 앱
- Flutter
- textfield
- tabbar
- livedata
- Coroutines
- viewmodel
- drift
- ScrollView
- Compose
- binding
- android
- intent
- DART
- scroll
- 앱바
Archives
- Today
- Total
목록positioned (1)
Study Record

✍ Stack Class 자식 위젯들을 중복으로 겹쳐서 위치시킬 수 있다. 별도로 방향을 정해주지 않으면 상단 왼쪽(topStart)에 위젯들이 겹쳐 정렬된다. Stack({ Key? key, AlignmentGeometry alignment = AlignmentDirectional.topStart, TextDirection? textDirection, StackFit fit = StackFit.loose, Clip clipBehavior = Clip.hardEdge, List children = const [], }) ※ alignment import 'package:flutter/material.dart'; void main() { runApp(MaterialApp(home: HomeScreen())..
Flutter/widget
2023. 2. 18. 15:44