RecupScaffold constructor
const
RecupScaffold({
- Key? key,
- required Widget body,
- PreferredSizeWidget? appBar,
- Widget? floatingActionButton,
- FloatingActionButtonLocation? floatingActionButtonLocation,
Implementation
const RecupScaffold(
{Key? key,
required this.body,
this.appBar,
this.floatingActionButton,
this.floatingActionButtonLocation,
this.bottomNavigationBar})
: super(key: key);