diff --git a/lib/src/chrome_safari_browser/android/chrome_custom_tabs_options.dart b/lib/src/chrome_safari_browser/android/chrome_custom_tabs_options.dart index 137a076f..c0e05f9a 100755 --- a/lib/src/chrome_safari_browser/android/chrome_custom_tabs_options.dart +++ b/lib/src/chrome_safari_browser/android/chrome_custom_tabs_options.dart @@ -11,7 +11,7 @@ import '../../in_app_webview/android/in_app_webview_options.dart'; ///This class represents all the Android-only [ChromeSafariBrowser] options available. class AndroidChromeCustomTabsOptions implements ChromeSafariBrowserOptions, AndroidOptions { - ///Use `shareState` instead. + ///Use [shareState] instead. @Deprecated('Use `shareState` instead') bool? addDefaultShareMenuItem;