bool hasTightWidth

Whether there is exactly one width value that satisfies the constraints.

Source

bool get hasTightWidth => minWidth >= maxWidth;