firstVisibleRow property
int
get
firstVisibleRow
Implementation
int get firstVisibleRow => obj.firstVisibleRow;
set
firstVisibleRow
(int value)
Implementation
set firstVisibleRow(int value) => obj.firstVisibleRow = value;