PhoneNumberElement class

Inheritance

Constructors

PhoneNumberElement({String? id, String initValue = "", DecorationElement? decorationElement, String? label, String? hint, String errorMsg = "invalid phone number", String labelModalSheet = "select calling code", Validation? validator, bool showPrefixFlag = false, bool showSuffixFlag = false, bool readOnly = false, bool showPrefix = true, String initPrefix = "", EdgeInsets padding = const EdgeInsets.all(2.0), bool visibility = true})

Properties

decorationElement DecorationElement?
final
error String?
finalinherited
errorMsg String
final
hashCode int
The hash code for this object.
no setterinherited
hint String?
final
id String?
finalinherited
initPrefix String
final
initValue String
final
isRequired bool?
finalinherited
label String?
final
labelModalSheet String
final
onTap Function?
finalinherited
padding EdgeInsets
final
readOnly bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showPrefix bool
final
showPrefixFlag bool
final
showSuffixFlag bool
final
typeInput TypeInput
finalinherited
validator Validation?
final
visibility bool
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited