isTight property

bool isTight

Whether there is exactly one size that satisfies the constraints.

Implementation

bool get isTight => hasTightWidth && hasTightHeight;