menu
input_forms package
documentation
fields/phone_field.dart
PhoneValidationRule
PhoneValidationRule.new constructor
PhoneValidationRule.new constructor
dark_mode
light_mode
PhoneValidationRule
constructor
PhoneValidationRule
(
{
required
int
minLength
,
required
int
maxLength
,
required
String
format
,
})
Implementation
PhoneValidationRule({ required this.minLength, required this.maxLength, required this.format, });
input_forms package
documentation
fields/phone_field
PhoneValidationRule
PhoneValidationRule.new constructor
PhoneValidationRule class