CardNumberElement class

Inheritance

Constructors

CardNumberElement({String? id, String? initValue, String? label, String? hint, DecorationElement? decorationElement, String? errorMsg, String errorIsRequiredMessage = "this Field is required", EdgeInsets padding = const EdgeInsets.all(2.0)})

Properties

decorationElement DecorationElement?
final
error String?
finalinherited
errorIsRequiredMessage String
final
errorMsg String?
final
hashCode int
The hash code for this object.
no setterinherited
hint String?
final
id String?
finalinherited
initValue String?
final
isDigits bool
finalinherited
isRequired bool
finalinherited
label String?
final
onTap Function?
finalinherited
padding EdgeInsets
final
readOnly bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeInput TypeInput
finalinherited
validator Validation?
finalinherited
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