onTapAsyncEnd property

TouchRippleAsyncResultCallback<T>? onTapAsyncEnd
final

The callback function is called when the result of the asynchronous operation is ready. It allows handling the result once the operation is complete.

Implementation

final TouchRippleAsyncResultCallback<T>? onTapAsyncEnd;