clamp property
bool
get
clamp
Implementation
bool get clamp => _clamp;
set
clamp
(bool value)
Implementation
set clamp(bool value) => _clamp = value;