menu
bootstrap_ui_flutter package
documentation
ui/components/navbar/bs_navbar.dart
BsNavbarCollapse
children property
children property
dark_mode
light_mode
children
property
List
<
Widget
>
children
final
The list of items within the collapsed panel (typically
BsNavbarNav
).
Implementation
final List<Widget> children;
bootstrap_ui_flutter package
documentation
ui/components/navbar/bs_navbar
BsNavbarCollapse
children property
BsNavbarCollapse class