menu
bootstrap_ui_flutter package
documentation
ui/components/table/bs_table.dart
BsTableHead
rows property
rows property
dark_mode
light_mode
rows
property
List
<
BsTableRow
>
rows
final
The rows in the table head.
Implementation
final List<BsTableRow> rows;
bootstrap_ui_flutter package
documentation
ui/components/table/bs_table
BsTableHead
rows property
BsTableHead class