menu
dynamic_table package
documentation
dynamic_table_widget.dart
DynamicTable
rows property
rows property
dark_mode
light_mode
rows
property
List
<
DynamicTableDataRow
>
rows
final
The data for the rows of the table.
Implementation
final List<DynamicTableDataRow> rows;
dynamic_table package
documentation
dynamic_table_widget
DynamicTable
rows property
DynamicTable class