TouchRippleEventAsyncCallBack typedef

TouchRippleEventAsyncCallBack = Future<VoidCallback?> Function(void)

The returned value defines a callback function to call when the asynchronous to take is successfully performed.

Implementation

typedef TouchRippleEventAsyncCallBack = Future<VoidCallback?> Function(void);