AppScaffold constructor
const
AppScaffold({
- Key? key,
- Key? scaffoldKey,
- required PreferredSizeWidget appBar,
- Drawer? drawer,
- Widget? floatingActionButton,
- FloatingActionButtonLocation floatingActionButtonLocation = FloatingActionButtonLocation.endFloat,
- double? contentPadding = 10.0,
- required Widget body,
Implementation
const AppScaffold(
{super.key,
this.scaffoldKey,
required this.appBar,
this.drawer,
this.bottomNavigationBar,
this.floatingActionButton,
this.floatingActionButtonLocation = FloatingActionButtonLocation.endFloat,
this.contentPadding = 10.0,
required this.body});