InputTextFieldWidget class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- InputTextFieldWidget
Constructors
-
InputTextFieldWidget({Key? key, String? hintText, String? labelText, bool enabled = true, required String keyName, TextInputType? textInputType, String? initialValue = '', bool isEmail = false, bool isNumeric = false, bool isRequired = true, bool isUrl = false, int? minLine, bool? autoFocus = false, Widget? prefixIcon, TextStyle? style, dynamic onChange(String)?, InputBorder? inputBorder, Widget? suffixIcon, int? maxLength, List<
TextInputFormatter> ? inputFormatters, int? maxLines, Color? fillColor, bool isFill = true, double? contentPadding = 16, BorderSide? borderSide, bool? obscureText = false, int? minLength, FormFieldValidator? validator, bool enableInteractiveSelection = true}) -
const
Properties
- autoFocus → bool?
-
final
- borderSide → BorderSide?
-
final
- contentPadding → double?
-
final
- enabled → bool
-
final
- enableInteractiveSelection → bool
-
final
- fillColor → Color?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hintText → String?
-
final
- initialValue → String?
-
final
- inputBorder → InputBorder?
-
final
-
inputFormatters
→ List<
TextInputFormatter> ? -
final
- isEmail → bool
-
final
- isFill → bool
-
final
- isNumeric → bool
-
final
- isRequired → bool
-
final
- isUrl → bool
-
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- keyName → String
-
final
- labelText → String?
-
final
- maxLength → int?
-
final
- maxLines → int?
-
final
- minLength → int?
-
final
- minLine → int?
-
final
- obscureText → bool?
-
final
- onChange → dynamic Function(String)?
-
final
- prefixIcon → Widget?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → TextStyle?
-
final
- suffixIcon → Widget?
-
final
- textInputType → TextInputType?
-
final
- validator → FormFieldValidator?
-
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< InputTextFieldWidget> -
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, 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