widgets/touch_ripple library

Classes

TouchRipple
The TouchRipple widget is define your custom touch ripple effect.

Typedefs

OnDoubleTap = bool? Function(int count)
OnLongPress = bool? Function()
OnPointer = void Function(PointerEvent event)
OnPointerHover = void Function(PointerHoverEvent event)