layout property
Layout defaults for this step.
Implementation
@override
AuthStepLayout get layout => const AuthStepLayout(
title: 'Enter your phone number',
subtitle: 'We will send you a code to verify your phone number',
actionLabel: 'Send code',
);