CustomScaffold constructor
const
CustomScaffold({
- Key? key,
- Widget? body,
- PreferredSizeWidget? appBar,
- Widget? floatingActionButton,
Implementation
const CustomScaffold(
{super.key,
this.body,
this.appBar,
this.floatingActionButton,
this.bottomNavigationBar});