SimpleTextInputField class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- SimpleTextInputField
Constructors
- SimpleTextInputField.new({Key? key, TextEditingController? controller, String? hintText, TextInputType? keyboardType, String? validator(String?)?, bool isObscure = false, String? errorText, void onChanged(String)?, Widget? suffixIcon, Widget? prefixIcon, Color? fillColor, Color? inputTextColor, bool showBorder = true, Color? borderColor, Color? focusedBorderColor, Color? errorBorderColor, Color? hintTextColor, double fontSize = 14, FocusNode? focusNode, double borderRadius = 16, EdgeInsetsGeometry? contentPadding, TextStyle? textStyle, bool enabled = true, FontWeight fontWeight = FontWeight.w600, TextAlign textAlign = TextAlign.start, double? prefixIconMinWidth, double? prefixIconMaxWidth, EdgeInsetsGeometry? prefixIconPadding, double? suffixIconMinWidth, double? suffixIconMaxWidth, EdgeInsetsGeometry? suffixIconPadding, int? minLines = 1, int? maxLines = 1, bool readOnly = false, String obscuringCharacter = '*', Color? cursorColor, AutovalidateMode autovalidateMode = AutovalidateMode.onUserInteraction})
-
const
Properties
- autovalidateMode → AutovalidateMode
-
final
- borderColor → Color?
-
final
- borderRadius → double
-
final
- contentPadding → EdgeInsetsGeometry?
-
final
- controller → TextEditingController?
-
final
- cursorColor → Color?
-
final
- enabled → bool
-
final
- errorBorderColor → Color?
-
final
- errorText → String?
-
final
- fillColor → Color?
-
final
- focusedBorderColor → Color?
-
final
- focusNode → FocusNode?
-
final
- fontSize → double
-
final
- fontWeight → FontWeight
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hintText → String?
-
final
- hintTextColor → Color?
-
final
- inputTextColor → Color?
-
final
- isObscure → bool
-
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- keyboardType → TextInputType?
-
final
- maxLines → int?
-
final
- minLines → int?
-
final
- obscuringCharacter → String
-
final
- onChanged → void Function(String)?
-
final
- prefixIcon → Widget?
-
final
- prefixIconMaxWidth → double?
-
final
- prefixIconMinWidth → double?
-
final
- prefixIconPadding → EdgeInsetsGeometry?
-
final
- readOnly → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showBorder → bool
-
final
- suffixIcon → Widget?
-
final
- suffixIconMaxWidth → double?
-
final
- suffixIconMinWidth → double?
-
final
- suffixIconPadding → EdgeInsetsGeometry?
-
final
- textAlign → TextAlign
-
final
- textStyle → TextStyle?
-
final
- validator → String? Function(String?)?
-
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< SimpleTextInputField> -
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