menu
artisanal package
documentation
widgets.dart
roundClamp function
roundClamp function
dark_mode
light_mode
roundClamp
function
int
roundClamp
(
num
value
)
Implementation
int roundClamp(num value) => math.max(0, value.round());
artisanal package
documentation
widgets
roundClamp function
widgets library