InAppBrowserMenuItem constructor
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView
- macOS WKWebView
Implementation
InAppBrowserMenuItem({
this.icon,
this.iconColor,
required this.id,
this.onClick,
this.order,
this.showAsAction = false,
required this.title,
});