menu
bootstrap_ui_flutter package
documentation
ui/components/grid/bs_row.dart
BsRow
children property
children property
dark_mode
light_mode
children
property
List
<
BsCol
>
children
final
The columns of this row. Must be a list of
BsCol
widgets.
Implementation
final List<BsCol> children;
bootstrap_ui_flutter package
documentation
ui/components/grid/bs_row
BsRow
children property
BsRow class