isInfinite property
bool
get
isInfinite
Whether this size has infinite width or height.
Implementation
bool get isInfinite => !isFinite;
Whether this size has infinite width or height.
bool get isInfinite => !isFinite;