menu
t_utils package
documentation
common/widgets/data_table/data_table.dart
TDataTable
rows property
rows property
dark_mode
light_mode
rows
property
List
<
DataRow
>
rows
final
Data source for the DataTable.
Implementation
final List<DataRow> rows;
t_utils package
documentation
common/widgets/data_table/data_table
TDataTable
rows property
TDataTable class