hasTightFlexWidth property

bool get hasTightFlexWidth

Implementation

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