Developments/Flutter

Widget] Material - Bottom Navigation Bar

Meuse 2022. 8. 3. 08:31
반응형

 

Example Code]

 

Reference]

 

Widget] Cupertino - Tab Bar

Example] Widget] Material - Bottom Navigation Bar Example Code] Reference] BottomNavigationBar class - material library - Dart API A material widget that's displayed at the bottom of an app for sel..

meuse.tistory.com

 

 

BottomNavigationBar class - material library - Dart API

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

api.flutter.dev

 

반응형

'Developments > Flutter' 카테고리의 다른 글

Flutter/Widget] Tabbar  (0) 2022.12.02
Flutter/Package] image_picker  (0) 2022.11.16
Flutter/Package] firebase_remote_config  (0) 2022.11.16
Flutter] Localizations  (0) 2022.11.07
Widget] Cupertino - Tab Bar  (0) 2022.08.03