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