focusedTableInfo property

({int blockIndex, int col, int row})? get focusedTableInfo

Returns info about the currently focused table cell, or null.

Implementation

({int blockIndex, int row, int col})? get focusedTableInfo =>
    _editorWidgetState?.focusedTableInfo;