UITextField class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- UITextField
Constructors
- UITextField({UITextFieldDefaults? as, String? hint, String? label, dynamic validator(String value)?, double? borderRadius, UIBorderType? borderType, Color? borderColor, Color? focusBorderColor, Color? errorBorderColor, double? borderWidth, Color? hintColor, Color? labelColor, double? padding, bool? obscureText, TextInputType? keyboardType, required Function onChanged, Function? onTap, TextEditingController? controller, Color? bgColor, FloatingLabelBehavior? floatingLabelBehavior, Widget? suffix, Widget? prefix})
Properties
- as → UITextFieldDefaults?
-
final
- bgColor → Color?
-
final
- borderColor → Color?
-
final
- borderRadius → double?
-
final
- borderType → UIBorderType?
-
final
- borderWidth → double?
-
final
- controller → TextEditingController?
-
final
- decoration → InputDecoration
-
Input Decoration
no setter
- errorBorderColor → Color?
-
final
- floatingLabelBehavior → FloatingLabelBehavior?
-
final
- focusBorderColor → Color?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hint → String?
-
final
- hintColor → Color?
-
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- keyboardType → TextInputType?
-
final
- label → String?
-
final
- labelColor → Color?
-
final
- obscureText → bool?
-
final
- onChanged → Function
-
final
- onTap → Function?
-
final
- padding → double?
-
final
- prefix → Widget?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suffix → Widget?
-
final
- validator → dynamic Function(String value)?
-
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
-
inputBorder(
{Color? borderColor}) → InputBorder? - Input Border Decoration
-
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
Static Methods
-
native(
{String? hint, String? label, Color? hintColor, double? padding, Color? bgColor, Color? labelColor, Color? borderColor, Color? focusBorderColor, bool? obscureText, required Function onChanged, Widget? suffix, Widget? prefix, TextInputType? keyboardType, TextEditingController? controller}) → Widget - Native Text Fields