TextElement class

TextElement : base blueprint for TextFormField

Inheritance
Implementers

Constructors

TextElement({String? id, TypeInput typeInput = TypeInput.Text, String? initValue, Function? onTap, DecorationElement? decorationElement, String? label = "", String? hint = "", String? error = "", Validation? validator, bool? isRequired = false, bool readOnly = false, EdgeInsets padding = const EdgeInsets.all(2.0), bool visibility = true})

Properties

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