onTapAsyncStart property

TouchRippleAsyncNotifyCallback<T>? onTapAsyncStart
final

The callback function is called when an asynchronous operation is initiated by a tap. It provides the associated Future instance for the ongoing operation.

Implementation

final TouchRippleAsyncNotifyCallback<T>? onTapAsyncStart;