menu
bootstrap_ui_flutter package
documentation
ui/components/table/bs_table.dart
BsTable
children property
children property
dark_mode
light_mode
children
property
List
<
BsTableRow
>
children
final
The table body rows.
Implementation
final List<BsTableRow> children;
bootstrap_ui_flutter package
documentation
ui/components/table/bs_table
BsTable
children property
BsTable class