CustomScaffold constructor

const CustomScaffold({
  1. Key? key,
  2. Widget? body,
  3. PreferredSizeWidget? appBar,
  4. Widget? floatingActionButton,
  5. Widget? bottomNavigationBar,
})

Implementation

const CustomScaffold(
    {super.key,
    this.body,
    this.appBar,
    this.floatingActionButton,
    this.bottomNavigationBar});