CustomScaffold constructor
CustomScaffold({})
Implementation
CustomScaffold({
Key? key,
required this.child,
required this.appBar,
required this.bottomNavigationBar,
this.backgroundColor,
this.floatingActionButton,
this.floatingActionButtonLocation,
this.extendBody = false,
}) : super(key: key);