buildFixedPageContent method

Widget buildFixedPageContent(
  1. bool hasAppBar
)

Implementation

Widget buildFixedPageContent(bool hasAppBar) {
  return getBody(hasAppBar);
}