layout property

  1. @override
AuthStepLayout get layout
override

Layout defaults for this step.

Implementation

@override
AuthStepLayout get layout => const AuthStepLayout(
  title: 'Verify your reset password',
  subtitle: 'Enter the code sent to your email',
  actionLabel: 'Verify',
);