TouchRippleContinuableCallback typedef
Signature for the callback function that is called to determine whether a continuable touch ripple event should continue.
The count
parameter indicates how many times the event has occurred
consecutively, and the returned bool specifies whether
the continuable touch ripple event should continue.
Implementation
typedef TouchRippleContinuableCallback = bool Function(int count);