ChromeSafariBrowserMenuItem constructor
Officially Supported Platforms/Implementations:
- Android WebView:
- Not available in an Android Trusted Web Activity.
- iOS WKWebView
Implementation
ChromeSafariBrowserMenuItem({
required this.id,
required this.label,
this.image,
@Deprecated("Use onClick instead") this.action,
this.onClick,
});