VxTextField class

An easy to use implementation of TextField with ready to use props.

Inheritance
Available Extensions

Constructors

VxTextField({Key? key, TextEditingController? controller, String? hint, String? value, bool clear = true, bool isPassword = false, bool obscureText = false, VxTextFieldBorderType borderType = VxTextFieldBorderType.underLine, int? maxLine = 1, int? maxLength, TextAlign textAlign = TextAlign.left, Color? fillColor, Color? borderColor, Widget? prefixIcon, double height = 40, Widget? icon, double? borderRadius, double? contentPaddingLeft, double? contentPaddingTop, TextInputType? keyboardType, TextInputAction? textInputAction, List<TextInputFormatter>? inputFormatters, ValueChanged<String>? onChanged, ValueChanged<String>? onSubmitted, VoidCallback? onEditingComplete, FocusNode? focusNode, String? counterText, bool autofocus = false, TextStyle? style, String? labelText, TextStyle? labelStyle})
const

Properties

autofocus bool
final
borderColor Color?
final
borderRadius double?
final
borderType VxTextFieldBorderType
final
clear bool
final
contentPaddingLeft double?
final
contentPaddingTop double?
final
controller TextEditingController?
final
counterText String?
final
fillColor Color?
final
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
hint String?
final
icon Widget?
final
inputFormatters List<TextInputFormatter>?
final
isPassword bool
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
keyboardType TextInputType?
final
labelStyle TextStyle?
final
labelText String?
final
maxLength int?
final
maxLine int?
final
obscureText bool
final
onChanged ValueChanged<String>?
final
onEditingComplete VoidCallback?
final
onSubmitted ValueChanged<String>?
final
prefixIcon Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle?
final
textAlign TextAlign
final
textInputAction TextInputAction?
final
value String?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _VxTextFieldState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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