ImosysTextField class

Inheritance

Constructors

ImosysTextField({Key? key, required String hint, required TextEditingController controller, String? label, List<String>? items, double? dropdownWidth, Color? dropdownColor, VoidCallback? toggleObscure, bool? dontShowText, TextCapitalization? textCapitalization, dynamic onChange(String?)?, bool? autoCorrect, String? prefixText, Color? cursorColor, TextInputType? inputType, int? maxLength, int? maxLines, int? minLines, Widget? prefixIcon, Widget? suffixIcon, double? fontSize, double? hintFontSize, String? hintFontFamily, FontWeight? hintFontWeight, TextInputAction? textInputAction, VoidCallback? onTap, double? width, Color? fontColor, String? fontFamily, FontWeight? fontWeight, Color? hintFontColor, Color? borderColor, bool hasBorder = false, double? borderRadius, Color? errorBorderColor, Color? focusedBorderColor, bool hasFill = false, String? validator(String?)?, Color? fillColor, dynamic onSubmitted(String)?})
const

Properties

autoCorrect bool?
final
borderColor Color?
final
borderRadius double?
final
controller TextEditingController
final
cursorColor Color?
final
dontShowText bool?
final
final
final
errorBorderColor Color?
final
fillColor Color?
final
focusedBorderColor Color?
final
fontColor Color?
final
fontFamily String?
final
fontSize double?
final
fontWeight FontWeight?
final
hasBorder bool
final
hasFill bool
final
hashCode int
The hash code for this object.
no setterinherited
hint String
final
hintFontColor Color?
final
hintFontFamily String?
final
hintFontSize double?
final
hintFontWeight FontWeight?
final
inputType TextInputType?
final
items List<String>?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
label String?
final
maxLength int?
final
maxLines int?
final
minLines int?
final
onChange → dynamic Function(String?)?
final
onSubmitted → dynamic Function(String)?
final
onTap VoidCallback?
final
prefixIcon Widget?
final
prefixText String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffixIcon Widget?
final
textCapitalization TextCapitalization?
final
textInputAction TextInputAction?
final
toggleObscure VoidCallback?
final
validator String? Function(String?)?
final
width double?
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
containerTextField(ImosysConfig config) Widget
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
textField(ImosysConfig config) Widget
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, int wrapWidth = 65}) 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