maxHeight property

double get maxHeight

Returns current box SlidingBox.maxHeight.

Implementation

double get maxHeight {
  assert(isAttached, "BoxController must be attached to a SlidingBox");
  return _boxState!._maxHeight;
}