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