XTextFormFieldWithDD class

Inheritance

Constructors

XTextFormFieldWithDD({String? label, String hintText = '', Color? focusColor, Color? fillColor, InputBorder? focusedBorder, Color? colorBorder, String? labelDD, bool borderVisible = true, String? hintTextDD, Mode? modeDD, bool? showClearButton = true, InputBorder? border, Widget? suffixIcon, EdgeInsetsGeometry? contentPadding, bool? isDenseTextFormField = true, InputBorder? enabledBorder, InputBorder? disabledBorder, FloatingLabelBehavior? floatingLabelBehaviorActive, TextStyle? hintStyle, TextStyle? labelStyle, Function? onEditingComplete, String? initialValue, List<String>? ddItems, List<TextInputFormatter>? inputFormatters, bool isVisibleBTNsave = false, bool isVisibleDropDown = false, TextEditingController? controller, Function? onPressedBTNSave, double? width, Color? textColor, GestureTapCallback? onTap, int? maxLines, double? height, double maxHeight = 500, bool showSearchBox = false, ValueChanged<String>? onChanged, ValueChanged<String?>? onChangedDropDown, bool multiLines = false, TextInputType keyboardType = TextInputType.text, TextInputAction textInputAction = TextInputAction.next, dynamic onFieldSubmitted(String?)?, dynamic onSaved(String?)?, Function? validator, FocusNode? focusNode, AutovalidateMode? autovalidateMode, int? maxLenght, bool autoFocus = false, bool isPassword = false})

Properties

autoFocus bool
final
autovalidateMode AutovalidateMode?
final
border InputBorder?
final
borderVisible bool
final
colorBorder Color?
final
contentPadding EdgeInsetsGeometry?
final
controller TextEditingController?
final
ddItems List<String>?
final
disabledBorder InputBorder?
final
enabledBorder InputBorder?
final
fillColor Color?
final
floatingLabelBehaviorActive FloatingLabelBehavior?
final
focusColor Color?
final
focusedBorder InputBorder?
final
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
hintStyle TextStyle?
final
hintText String
final
hintTextDD String?
final
initialValue String?
final
inputFormatters List<TextInputFormatter>?
getter/setter pair
isDenseTextFormField bool?
final
isPassword bool
final
isVisibleBTNsave bool
final
isVisibleDropDown bool
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
keyboardType TextInputType
final
label String?
final
labelDD String?
final
labelStyle TextStyle?
final
maxHeight double
final
maxLenght int?
final
maxLines int?
final
modeDD → Mode?
final
multiLines bool
final
onChanged ValueChanged<String>?
final
onChangedDropDown ValueChanged<String?>?
final
onEditingComplete Function?
final
onFieldSubmitted → (dynamic Function(String?)?)
final
onPressedBTNSave Function?
final
onSaved → (dynamic Function(String?)?)
final
onTap GestureTapCallback?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showClearButton bool?
final
showSearchBox bool
final
suffixIcon Widget?
final
textColor Color?
final
textInputAction TextInputAction
final
validator Function?
final
width double?
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