menu
flutter_quill_extensions package
documentation
embeds/table/editor/table_models.dart
RowModel
RowModel.new constructor
RowModel.new constructor
dark_mode
light_mode
RowModel
constructor
RowModel
(
{
required
String
id
,
required
Map
<
String
,
String
>
cells
,
})
Implementation
RowModel({required this.id, required this.cells});
flutter_quill_extensions package
documentation
embeds/table/editor/table_models
RowModel
RowModel.new constructor
RowModel class