TextAreaElement class

Inheritance

Constructors

TextAreaElement({String? id, String? label, String? hint, Validation? validator, DecorationElement? decorationElement, int maxLines = 3, bool showCounter = false, int maxCharacter = 250, String messageError = "this field is required", bool readOnly = false, bool isRequired = false, bool visibility = true})

Properties

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