FxEmailAuth constructor

const FxEmailAuth({
  1. Key? key,
  2. FxEmailAuthTheme theme = const FxEmailAuthTheme(),
  3. Widget header(
    1. BuildContext context,
    2. FxEmailAuthStep step
    )?,
  4. Widget footer(
    1. BuildContext context,
    2. FxEmailAuthStep step
    )?,
  5. VoidCallback? onAuthSuccess,
})

Implementation

const FxEmailAuth({
  super.key,
  this.theme = const FxEmailAuthTheme(),
  this.header,
  this.footer,
  this.onAuthSuccess,
});