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