menu
flutter_blocknote_editor package
documentation
flutter_blocknote_editor.dart
BlockNoteTableContent
rows property
rows property
dark_mode
light_mode
rows
property
List
<
BlockNoteTableRow
>
rows
final
Table rows containing cell content.
Implementation
final List<BlockNoteTableRow> rows;
flutter_blocknote_editor package
documentation
flutter_blocknote_editor
BlockNoteTableContent
rows property
BlockNoteTableContent class