menu
te_widgets package
documentation
widgets/bottom-bar/bottom_bar.dart
TBottomBar
items property
items property
dark_mode
light_mode
items
property
List
<
TBottomBarItem
>
items
final
The list of items to display in the bottom bar.
Implementation
final List<TBottomBarItem> items;
te_widgets package
documentation
widgets/bottom-bar/bottom_bar
TBottomBar
items property
TBottomBar class