layout method

NavigationHubLayout? layout(
  1. BuildContext context
)

The layout of the navigation

Implementation

NavigationHubLayout? layout(BuildContext context) {
  return null;
}