OnCurlComplete typedef
OnCurlComplete =
void Function(double curlAmount)
Callback invoked when curl gesture completes.
curlAmount represents how far the card was curled (0.0 to 1.0).
Implementation
typedef OnCurlComplete = void Function(double curlAmount);