CustomScaffold constructor
- {Key? key,
- required AuthenticatorState state,
- required Widget body,
Implementation
const CustomScaffold({
super.key,
required this.state,
required this.body,
this.footer,
});
const CustomScaffold({
super.key,
required this.state,
required this.body,
this.footer,
});