navProperties property
Optional navigation properties to customize the layout navigation ui
Implementation
@override
NavProperties get navProperties => const NavProperties(
mobileNavType: MobileNavType.bottom,
showExtended: ShowExtended.dynamic,
showLabels: ShowLabels.always,
);