menu
fluent_editor package
documentation
factories.dart
FluentTable
rows property
rows property
dark_mode
light_mode
rows
property
List
<
FluentRow
>
get
rows
Implementation
List<FluentRow> get rows => _rows;
set
rows
(
List
<
FluentRow
>
value
)
Implementation
set rows(List<FluentRow> value) { _rows = value; }
fluent_editor package
documentation
factories
FluentTable
rows property
FluentTable class