isTight property
bool
get
isTight
Whether there is exactly one size that satisfies the constraints.
Implementation
bool get isTight => hasTightWidth && hasTightHeight;
Whether there is exactly one size that satisfies the constraints.
bool get isTight => hasTightWidth && hasTightHeight;