menu
flutter_editable_table package
documentation
entities/row_entity.dart
RowEntity
cells property
cells property
dark_mode
light_mode
cells
property
List
<
CellEntity
>
?
cells
getter/setter pair
Implementation
late List<CellEntity>? cells;
flutter_editable_table package
documentation
entities/row_entity
RowEntity
cells property
RowEntity class