hasTightFlexHeight property

bool get hasTightFlexHeight

Implementation

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