index property
int
get
index
Gets the current index in the visible items.
Implementation
int get index => paginator.page * paginator.perPage + _cursor;
Gets the current index in the visible items.
int get index => paginator.page * paginator.perPage + _cursor;