menu
artisanal package
documentation
widgets.dart
DataTable
rows property
rows property
dark_mode
light_mode
rows
property
List
<
List
<
String
>
>
rows
final
Row data. Each inner list must have the same length as
columns
.
Implementation
final List<List<String>> rows;
artisanal package
documentation
widgets
DataTable
rows property
DataTable class