atMin property

bool atMin

Checks if clamping is required and value is equal to min.

Implementation

bool get atMin => clamp && value == min;