onShare property

(void Function(BuildContext context, BrowserController controller)?) onShare
final

Callback when user presses a "share" button.

If null, no share button should be shown.

The default is defaultOnShare.

Implementation

final void Function(BuildContext context, BrowserController controller)?
    onShare;