layout property

  1. @override
AuthStepLayout get layout
override

Layout defaults for this step.

Implementation

@override
AuthStepLayout get layout => const AuthStepLayout(
  title: 'Forgot your password?',
  subtitle: 'Enter your email to reset your password',
  actionLabel: 'Reset password',
);