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