TouchRippleContinuableCheckedCallBack typedef

TouchRippleContinuableCheckedCallBack = bool Function(int count)

The count given defines the number of times the event occurs in a row, The value returned is whether the events can occur in succession.

Implementation

typedef TouchRippleContinuableCheckedCallBack = bool Function(int count);