menu
volvoxgrid package
documentation
volvox_data_grid.dart
VolvoxDataGrid<T>
rows property
rows property
dark_mode
light_mode
rows
property
List
<
T
>
rows
final
Rows to display. Treat as read-only from the widget's perspective.
Implementation
final List<T> rows;
volvoxgrid package
documentation
volvox_data_grid
VolvoxDataGrid<T>
rows property
VolvoxDataGrid class