ExBaseTextField class

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

Inheritance
Available Extensions

Constructors

ExBaseTextField({Key? key, TextEditingController? controller, String? hint, String? value, bool clear = true, bool isPassword = false, bool obscureText = false, ExTextFieldBorderType borderType = ExTextFieldBorderType.underLine, int? minLine = 1, int? maxLine = 1, int? maxLength, TextAlign textAlign = TextAlign.left, Color? fillColor, Color? borderColor, Widget? prefixIcon, Widget? suffixIcon, double height = 40, Widget? icon, double? borderRadius, double? contentPaddingLeft, double? contentPaddingRight, 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, bool autocorrect = true, double? cursorHeight, Radius? cursorRadius, double cursorWidth = 2.0, bool enableSuggestions = true, bool? enabled, bool? showCursor, dynamic onSaved(String?)?, String? validator(String?)?, AutovalidateMode? autovalidateMode, Color? borderColorFocus, String? initialValue, bool? readOnly, Function? clearCallback})
const

Properties

autocorrect bool
final
autofocus bool
final
autovalidateMode AutovalidateMode?
final
borderColor Color?
final
borderColorFocus Color?
final
borderRadius double?
final
borderType ExTextFieldBorderType
final
clear bool
final
clearCallback Function?
final
contentPaddingLeft double?
final
contentPaddingRight double?
final
contentPaddingTop double?
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
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
minLine 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
suffixIcon Widget?
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() → _ExBaseTextFieldState
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