menu
neo_mobile_kit package
documentation
shared/widgets/neo_data_table_lite.dart
NeoDataTableLite
rows property
rows property
dark_mode
light_mode
rows
property
List
<
NeoDataTableRow
>
rows
final
The rows value used to configure this component.
Implementation
final List<NeoDataTableRow> rows;
neo_mobile_kit package
documentation
shared/widgets/neo_data_table_lite
NeoDataTableLite
rows property
NeoDataTableLite class