TextFieldCustom class

Inheritance

Constructors

TextFieldCustom(TextEditingController control, FocusNode? focus, FocusNode? nextFocus, String hintText, {bool isPassword = false, bool readOnly = false, TextInputAction inputAction = TextInputAction.next, double? iconSize, Widget? suffix, Function? onPressIcon, TextInputType type = TextInputType.text, dynamic border, Color? borderColor, BoxConstraints? constraint, int? maxLength, int maxLine = 1, EdgeInsets? padding, double? size, Color textColor = Colors.black, EdgeInsets? paddingIcon, Function? onSubmit, Function? onChanged, List<TextInputFormatter>? inputFormatters, double sizeBorder = 5.0, Color color = Colors.white, TextAlign align = TextAlign.left, bool? isOdd, int odd = 3, Widget? prefix, Key? key})
const

Properties

align TextAlign
final
border → dynamic
final
borderColor Color?
final
color Color
final
constraint BoxConstraints?
final
control TextEditingController
final
focus FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
hintText String
final
iconSize double?
final
inputAction TextInputAction
final
inputFormatters List<TextInputFormatter>?
final
isOdd bool?
final
isPassword bool
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
maxLength int?
final
maxLine int
final
nextFocus FocusNode?
final
odd int
final
onChanged Function?
final
onPressIcon Function?
final
onSubmit Function?
final
padding EdgeInsets?
final
paddingIcon EdgeInsets?
final
prefix Widget?
final
readOnly bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
final
sizeBorder double
final
suffix Widget?
final
textColor Color
final
type TextInputType
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _TextFieldCustomState
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

Static Methods

stringToDouble(String value, {bool isOdd = false}) String