build method

  1. @override
Widget build(
  1. BuildContext context,
  2. AdaptiveNavigation component
)
override

Implementation

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