menu
flutter_touch_ripple package
documentation
widgets/touch_ripple.dart
TouchRipple<T extends dynamic>
onTap property
onTap property
dark_mode
light_mode
onTap
property
VoidCallback
?
onTap
final
The callback function is called when the user taps or clicks.
Implementation
final VoidCallback? onTap;
flutter_touch_ripple package
documentation
widgets/touch_ripple
TouchRipple<T extends dynamic>
onTap property
TouchRipple class