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