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