maxScrollVertical property

double maxScrollVertical

Implementation

double get maxScrollVertical {
  assert(_bodyRowsVertical != null);

  return _bodyRowsVertical!.position.maxScrollExtent;
}