isTight property

bool get isTight

Implementation

bool get isTight => minWidth == maxWidth && minHeight == maxHeight;