menu
bootstrap_ui_flutter package
documentation
ui/components/dropdown/bs_dropdown.dart
BsDropdownMenu
children property
children property
dark_mode
light_mode
children
property
List
<
Widget
>
children
final
The list of items inside the dropdown.
Implementation
final List<Widget> children;
bootstrap_ui_flutter package
documentation
ui/components/dropdown/bs_dropdown
BsDropdownMenu
children property
BsDropdownMenu class