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