topRow method

Future<int> topRow()

Get the topmost visible scrollable row.

Implementation

Future<int> topRow() async {
  final sel = await VolvoxGridService.GetSelection(_getSelectionRequest);
  return sel.topRow;
}