menu
checkout_screen_ui package
documentation
credit_form/validation.dart
PhoneRegexValidator
PhoneRegexValidator constructor
PhoneRegexValidator constructor
dark_mode
light_mode
PhoneRegexValidator
constructor
PhoneRegexValidator
(
)
Implementation
PhoneRegexValidator() : super(regexSource: r'^[0-9]{10}$');
checkout_screen_ui package
documentation
credit_form/validation
PhoneRegexValidator
PhoneRegexValidator constructor
PhoneRegexValidator class