menu
save_points_snackbar_dialog_bottomsheet package
documentation
snackbar/clamped_animation.dart
ClampedAnimation
value property
value property
dark_mode
light_mode
value
property
@
override
double
get
value
override
The current value of the animation.
Implementation
@override double get value => parent.value.clamp(0.0, 1.0);
save_points_snackbar_dialog_bottomsheet package
documentation
snackbar/clamped_animation
ClampedAnimation
value property
ClampedAnimation class