onTapAsync property

TouchRippleAsyncCallback<T>? onTapAsync
final

The callback function is called when the user taps or clicks. but this function ensures that the touch ripple effect remains visible until the asynchronous operation is completed and prevents additional events during that time.

Implementation

final TouchRippleAsyncCallback<T>? onTapAsync;