GradientScaffold constructor
- Key? key,
- PreferredSizeWidget? appBar,
- required Widget body,
- Widget? floatingActionButton,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- bool resizeToAvoidBottomInset = true,
Implementation
const GradientScaffold({
super.key,
this.appBar,
required this.body,
this.bottomNavigationBar,
this.floatingActionButton,
this.floatingActionButtonLocation,
this.resizeToAvoidBottomInset = true,
});