Scaffold constructor
const
Scaffold({
- Key? key,
- Component? appBar,
- Component? body,
- FloatingActionButton? floatingActionButton,
Implementation
const Scaffold({
super.key,
this.appBar,
this.body,
this.footer,
this.floatingActionButton,
});