menu
flutter_touch_ripple package
documentation
widgets/touch_ripple.dart
TouchRipple
scale property
scale property
dark_mode
light_mode
scale
property
double
scale
final
The scale of ripple effect size.
Must be greater than zero.
If you do not want to use an ripple effect define useEffect as false.
Implementation
final double scale;
flutter_touch_ripple package
documentation
widgets/touch_ripple
TouchRipple
scale property
TouchRipple class