Merge branch 'feature/android-custom-tabs-custom-action-button'

This commit is contained in:
Lorenzo Pichilli 2022-04-25 17:43:39 +02:00
commit c48c1814a4

View File

@ -199,9 +199,11 @@ class ChromeSafariBrowserActionButton {
final void Function(String url, String title) action;
ChromeSafariBrowserActionButton(
{required this.id, required this.icon,
required this.description, required this.action,
this.shouldTint = false});
{required this.id,
required this.icon,
required this.description,
required this.action,
this.shouldTint = false});
Map<String, dynamic> toMap() {
return {