액티브 스킬/플러터

<Flutter> BottomNavigationBar 라벨 지우기

디벅잉 2022. 6. 24. 15:14
728x90

 

⚡🕊️🧭

 

BottomNavigationBar

BottomNavigationBar 위젯은 label 속성이 필수인데,

이 label을 없애고 싶은 경우가 있습니다.

showSelectedLabels, showUnselectedLabels 프로퍼티에 각각 false를 대입하면

label 없는 BottonNavigationBar를 만들 수 있습니다.

 

📌

 

https://api.flutter.dev/flutter/material/BottomNavigationBar-class.html

 

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

 

728x90