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, TextStyle? hintStyle, 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, Color? cursorColor, Color? suffixColor, bool autocorrect = true, double? cursorHeight, Radius? cursorRadius, double cursorWidth = 2.0, bool enableSuggestions = true, bool? enabled, bool? showCursor, Widget contextMenuBuilder(BuildContext, EditableTextState)?, dynamic onSaved(String?)?, String? validator(String?)?, AutovalidateMode? autovalidateMode, bool readOnly = false, String? initialValue})
const

Properties

autocorrect bool
final
autofocus bool
final
autovalidateMode AutovalidateMode?
final
borderColor Color?
final
borderRadius double?
final
borderType VxTextFieldBorderType
final
clear bool
final
contentPaddingLeft double?
final
contentPaddingTop double?
final
contextMenuBuilder → (Widget Function(BuildContext, EditableTextState)?)
final
controller TextEditingController?
final
counterText String?
final
cursorColor Color?
final
cursorHeight double?
final
cursorRadius Radius?
final
cursorWidth double
final
enabled bool?
final
enableSuggestions bool
final
fillColor Color?
final
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
hint String?
final
hintStyle TextStyle?
TextStyle or hints
final
icon Widget?
final
initialValue String?
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
onSaved → (dynamic Function(String?)?)
final
onSubmitted ValueChanged<String>?
final
prefixIcon Widget?
final
readOnly bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCursor bool?
final
style TextStyle?
final
suffixColor Color?
The color of the suffixIcon.
final
textAlign TextAlign
final
textInputAction TextInputAction?
final
validator → (String? Function(String?)?)
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