RefClipCallback<T> typedef

RefClipCallback<T> = T Function(ClipRef ref)

Signature for the callback passed to RefClip.

Implementation

typedef RefClipCallback<T> = T Function(ClipRef ref);