Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 성수동카페
- 강원도속초맛집
- FLUTTER
- removetooltip
- 가상환경
- popupmenubutton
- JavaScript
- 건대입구맛집
- 포인터
- python3
- 자바
- 남양주맛집
- pipenv
- 부스트코스
- 아스키코드
- richtext
- c언어문자열
- 추상클래스
- 코딩독학
- 장고
- 노마드코더
- Django
- DOM
- 상속
- 컴퓨터과학
- 정렬알고리즘
- 속초여행
- BeautifulSoup
- Python
- 알고리즘
Archives
- Today
- Total
목록richtext (1)
YUYANE

출처 github.com/abuanwar072/Plant-App-Flutter-UI 1. Stack 사용 방법 예시 - Stack 위젯에서 시작하면 아래에서 하나하나 쌓이는 느낌 - 원하는 위치가 있다면 Position 위젯 사용해서 위치 지정하면 됨 Container( margin: EdgeInsets.only(bottom: kDefaultPadding * 2.5), // It will cover 20% of our total height height: size.height * 0.2, child: Stack( children: [ Container( padding: EdgeInsets.only( left: kDefaultPadding, right: kDefaultPadding, bottom: 36 +..
Framework/FLUTTER
2021. 5. 5. 16:17