menu
bootstrap_ui_flutter package
documentation
ui/components/button/bs_button_group.dart
BsButtonGroup
children property
children property
dark_mode
light_mode
children
property
List
<
BsButton
>
children
final
The list of
BsButton
widgets to group together.
Implementation
final List<BsButton> children;
bootstrap_ui_flutter package
documentation
ui/components/button/bs_button_group
BsButtonGroup
children property
BsButtonGroup class