remainingLooseHeight property

double get remainingLooseHeight

Implementation

double get remainingLooseHeight {
  assert(_layoutResult != null, 'Layout result is not available');
  return _layoutResult!.remainingLooseHeight;
}