layout property
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',
);
Layout defaults for this step.
@override
AuthStepLayout get layout => const AuthStepLayout(
title: 'Verify your reset password',
subtitle: 'Enter the code sent to your email',
actionLabel: 'Verify',
);