onTapAsyncEnd property
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;
The callback function is called when the result of the asynchronous operation is ready. It allows handling the result once the operation is complete.
final TouchRippleAsyncResultCallback<T>? onTapAsyncEnd;