onAndroidHideCustomWidget property

(void Function()?) onAndroidHideCustomWidget
final

Sets the callback that is invoked when the host application wants to hide a custom widget.

Default: pop the most recent route from the nearest navigator.

Implementation

final void Function()? onAndroidHideCustomWidget;