조용한 담장

BottomNavigationBar, BottomAppBar 본문

Flutter

BottomNavigationBar, BottomAppBar

iosroid 2019. 7. 29. 17:04

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