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
- 코틀린
- 클래스
- DART
- package
- map
- 웹크롤러
- animation
- pushnamed
- kotlin
- Class
- variable
- Collection
- Flutter
- List
- Android
- python
- Yocto
- set
- ML
- 크롤러
- 함수
- import
- textstyle
- 다트
- function
- 플러터
- text
- 파이썬
- crawler
- 콜렉션
Archives
- Today
- Total
조용한 담장
BottomNavigationBar, BottomAppBar 본문
BottomAppBar
A container that is typically used with Scaffold.bottomNavigationBar, and can have a notch along the top that makes room for an overlapping FloatingActionButton.
자유롭게 구현이 가능한 것 같다.
BottomNavigationBar
A material widget that's displayed at the bottom of an app for selecting among a small number of views, typically between three and five.
The bottom navigation bar consists of multiple items in the form of text labels, icons, or both, laid out on top of a piece of material. It provides quick navigation between the top-level views of an app. For larger screens, side navigation may be a better fit.
선택에 따라 다른 화면이 그려지도록 구성해 보았다.
'Flutter' 카테고리의 다른 글
url_launcher (0) | 2019.08.07 |
---|---|
Flutter : Platform-specific code (0) | 2019.08.06 |
Drawer (0) | 2019.08.02 |
AnimatedSwitcher (0) | 2019.07.31 |
Tab (0) | 2019.07.24 |
Comments