build method
Implementation
@override
Widget build(BuildContext context, AdaptiveNavigation component) {
return FluentNavigation(
groupDestinations: component.groupDestinations,
showOnlyModalNavigationDrawerOnDesktop:
component.showOnlyModalNavigationDrawerOnDesktop,
showOnlyNavigationRailOnDesktop:
component.showOnlyNavigationRailOnDesktop,
);
}