hasTightWidth property
Whether there is exactly one width value that satisfies the constraints.
Implementation
bool get hasTightWidth => minWidth >= maxWidth;
Whether there is exactly one width value that satisfies the constraints.
bool get hasTightWidth => minWidth >= maxWidth;