getSmallWidget method

Widget getSmallWidget(
  1. BuildContext context
)

Implementation

Widget getSmallWidget(BuildContext context) {
  return Scaffold(
    appBar: appBar,
    body: body,
    drawer: drawer,
  );
}