extendPageBeyondNavigationBar property

bool extendPageBeyondNavigationBar

Whether or not to add to extend the webpage beyond the navigation bar. This may be helpful for devices that don't have difficulty accessing the top bar (i.e. don't have a teardrop notch).

Implementation

bool get extendPageBeyondNavigationBar {
  return getPreference<bool>(
      key: 'extend_page_beyond_navbar', defaultValue: false);
}