tableCursor property
int
get
tableCursor
Current row cursor within the visible page. Exposed for testing.
Implementation
int get tableCursor => _table.cursor;
Current row cursor within the visible page. Exposed for testing.
int get tableCursor => _table.cursor;