FlutterFormInputPhoneController class
Properties
-
checkPageDescription
↔ (String Function(PhoneNumber? value)?)
-
checkPageDescription is the same as checkPageTitle but for the
description.
If null no description will be shown.
getter/setter pairoverride
-
checkPageTitle
↔ (String Function(PhoneNumber? value)?)
-
checkPageTitle is a function where you can transform the value from the
input into something representable.
This value will be given when defining the check page widgets.
If this function is not set, the value will be used as is.
Example:
getter/setter pairoverride
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
↔ String?
-
The id determines the key in the Map returned by the FlutterForm.
getter/setter pairoverride
-
mandatory
↔ bool
-
mandatory determines if the input is mandatory.
getter/setter pairoverride
-
onChanged
↔ (void Function(PhoneNumber? value)?)
-
onChanged can be set to get the value whenever the user changes it.
Should not be used to save the value.
getter/setter pairoverride
-
onSubmit
↔ (void Function(PhoneNumber? value)?)
-
onSubmit can be set to get the value whenever the user submits it.
Should not be used to save the value.
getter/setter pairoverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
↔ PhoneNumber?
-
value is a way to set a initial value and will be the value when
change by the user.
getter/setter pairoverride