AdaptiveNavigation constructor

const AdaptiveNavigation({
  1. Key? key,
  2. required List<AdaptiveGroupDestination> groupDestinations,
  3. bool showNavigationDrawerOnMobile = false,
  4. bool showBottomNavigationBarOnMobile = true,
  5. bool showOnlyModalNavigationDrawerOnDesktop = false,
  6. bool showOnlyNavigationRailOnDesktop = false,
  7. bool showOnlyModalNavigationDrawerOnTablet = false,
})

Implementation

const AdaptiveNavigation({
  super.key,
  required this.groupDestinations,
  this.showNavigationDrawerOnMobile = false,
  this.showBottomNavigationBarOnMobile = true,
  this.showOnlyModalNavigationDrawerOnDesktop = false,
  this.showOnlyNavigationRailOnDesktop = false,
  this.showOnlyModalNavigationDrawerOnTablet = false,
});