layout property

  1. @override
AuthStepLayout get layout
override

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',
);