canExpandInfinitelyWide property

  1. @override
bool get canExpandInfinitelyWide
override

Implementation

@override
bool get canExpandInfinitelyWide
{
  if (hasBoundedWidth) return false;
  return true;
}