ExTextField class

image
Inheritance
Available Extensions

Constructors

ExTextField({Key? key, TextEditingController? controller, String? hint, String? value, bool clear = true, bool isPassword = false, bool obscureText = false, ExTextFieldBorderType borderType = ExTextFieldBorderType.underLine, int? maxLine = 1, int? maxLength, TextAlign textAlign = TextAlign.left, Color? fillColor = Colors.transparent, Color? borderColor = const Color(0xFFC7CBCF), Widget? prefixIcon, Widget? suffixIcon, double height = 40, double? borderRadius = 8, double? contentPaddingLeft = 12, 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 = const TextStyle(fontSize: 14), String? helperText, TextStyle? helperStyle = const TextStyle(fontSize: 12), 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, bool? isRequired, 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
helperStyle TextStyle?
final
helperText String?
final
hint String?
final
initialValue String?
final
inputFormatters List<TextInputFormatter>?
final
isPassword bool
final
isRequired 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
suffixIcon Widget?
final
textAlign TextAlign
final
textInputAction TextInputAction?
final
validator → (String? Function(String?)?)
final
value String?
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
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