menu
termui package
documentation
ui/widgets/table.dart
Table
rows property
rows property
dark_mode
light_mode
rows
property
List
<
List
>
rows
final
The rows of data, containing text or widget elements.
Implementation
final List<List<dynamic>> rows;
termui package
documentation
ui/widgets/table
Table
rows property
Table class