Merge branch 'feature/android-custom-tabs-custom-action-button'
This commit is contained in:
commit
c48c1814a4
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user