OnHideCustomWidgetCallback typedef
OnHideCustomWidgetCallback =
void Function()
Signature for the setCustomWidgetCallbacks
callback responsible for hiding the custom view.
Implementation
typedef OnHideCustomWidgetCallback = void Function();