menu
bootstrap_ui_flutter package
documentation
ui/components/table/bs_table.dart
BsTableRow
children property
children property
dark_mode
light_mode
children
property
List
<
BsTableCell
>
children
final
The cells in this row.
Implementation
final List<BsTableCell> children;
bootstrap_ui_flutter package
documentation
ui/components/table/bs_table
BsTableRow
children property
BsTableRow class