defaultSettings property Null safety

ChromeSafariBrowserSettings defaultSettings
read / write

Implementation

static ChromeSafariBrowserSettings defaultSettings =
    ChromeSafariBrowserSettings(
  shareState: CustomTabsShareState.SHARE_STATE_OFF,
  barCollapsingEnabled: true,
  entersReaderIfAvailable: false,
);