diff --git a/lib/src/chrome_safari_browser/chrome_safari_browser.dart b/lib/src/chrome_safari_browser/chrome_safari_browser.dart index 625112c6..5a42eb3b 100755 --- a/lib/src/chrome_safari_browser/chrome_safari_browser.dart +++ b/lib/src/chrome_safari_browser/chrome_safari_browser.dart @@ -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 toMap() { return {