isTight property
Whether there is exactly one size that satisfies the constraints.
Implementation
bool get isTight => minWidth >= maxWidth && minHeight >= maxHeight;
Whether there is exactly one size that satisfies the constraints.
bool get isTight => minWidth >= maxWidth && minHeight >= maxHeight;