onTapAsync property

TouchRippleEventAsyncCallBack<T>? onTapAsync
final

Defines a async function that is called when the user taps on that widget, Unlike onTap, ripples do not disappear and wait before receiving a response.

Implementation

final TouchRippleEventAsyncCallBack<T>? onTapAsync;