isInfinite property

bool get isInfinite

Whether this size has infinite width or height.

Implementation

bool get isInfinite => !isFinite;