ChromeSafariBrowserActionButton constructor
ChromeSafariBrowserActionButton({})
NOTE for Android native WebView: Not available in an Android Trusted Web Activity.
Officially Supported Platforms/Implementations:
- Android native WebView
Implementation
ChromeSafariBrowserActionButton(
{required this.id,
required this.icon,
required this.description,
@Deprecated("Use onClick instead") this.action,
this.onClick,
this.shouldTint = false});