menu
arcane_jaspr package
documentation
component/view/static_table.dart
StaticTable
rows property
rows property
dark_mode
light_mode
rows
property
List
<
List
<
Component
>
>
rows
final
Table rows (each row is a list of cell contents)
Implementation
final List<List<Component>> rows;
arcane_jaspr package
documentation
component/view/static_table
StaticTable
rows property
StaticTable class