onTapAsyncEnd property

TouchRippleEventResponseCallback<T>? onTapAsyncEnd
final

Defines a function that is called when async processing for onTapAsync ended.

See also:

  • tapBehavior.eventCallBackableMinPercent also affects the timing of the callback.

Implementation

final TouchRippleEventResponseCallback<T>? onTapAsyncEnd;