FxEmailAuth constructor
const
FxEmailAuth({
- Key? key,
- FxEmailAuthTheme theme = const FxEmailAuthTheme(),
- Widget header(
- BuildContext context,
- FxEmailAuthStep step
- VoidCallback? onAuthSuccess,
Implementation
const FxEmailAuth({
super.key,
this.theme = const FxEmailAuthTheme(),
this.header,
this.footer,
this.onAuthSuccess,
});