TouchRippleCallback typedef
TouchRippleCallback =
void Function(Offset offset)
Signature for the callback function that is called when a touch ripple effect
is triggered. The offset
parameter provides the position of the touch
event relative to a widget coordinate system.
Implementation
typedef TouchRippleCallback = void Function(Offset offset);