layout property
Layout defaults for this step.
Implementation
@override
AuthStepLayout get layout => const AuthStepLayout(
title: 'Reset your password',
subtitle: 'Enter your new password',
actionLabel: 'Reset password',
);
Layout defaults for this step.
@override
AuthStepLayout get layout => const AuthStepLayout(
title: 'Reset your password',
subtitle: 'Enter your new password',
actionLabel: 'Reset password',
);