menu
stac_core package
documentation
widgets/table/stac_table.dart
StacTable
children property
children property
dark_mode
light_mode
children
property
List
<
StacTableRow
>
children
final
The table rows.
Implementation
final List<StacTableRow> children;
stac_core package
documentation
widgets/table/stac_table
StacTable
children property
StacTable class