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; final void Function(String url, String title) action;
ChromeSafariBrowserActionButton( ChromeSafariBrowserActionButton(
{required this.id, required this.icon, {required this.id,
required this.description, required this.action, required this.icon,
this.shouldTint = false}); required this.description,
required this.action,
this.shouldTint = false});
Map<String, dynamic> toMap() { Map<String, dynamic> toMap() {
return { return {