Whether there is exactly one height value that satisfies the constraints.
Source
bool get hasTightHeight => minHeight >= maxHeight;
Whether there is exactly one height value that satisfies the constraints.
bool get hasTightHeight => minHeight >= maxHeight;