buildBody method

dynamic buildBody(
  1. dynamic context
)

Implementation

Widget buildBody(BuildContext context) {
  return AdaptiveLayout(
    key: _key,
    topNavigation: topNavigationLayout(),
    primaryNavigation: primaryNavigationLayout(),
    body: bodySlot(),
    bottomNavigation: bottomNavigationLayout(),
  );
}