isFlexible property

bool isFlexible

Returns whether this sizing function consumes space left over from the initial sizing of the grid.

Implementation

bool get isFlexible {
  return false;
}