leftCol method

Future<int> leftCol()

Get the leftmost visible scrollable column.

Implementation

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