FlutlyTextfield class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- FlutlyTextfield
Constructors
- FlutlyTextfield({VoidCallback? onTextfieldEmpty, double height = 40, dynamic onChanged(String)?, VoidCallback? onEditingComplete, Color? cursorColor, bool? autofocus, bool? expanded, VoidCallback? onFocus, VoidCallback? onUnfocus, TextEditingController? controller, FocusNode? focusNode, Widget leadingWidget = const SizedBox.shrink(), TextStyle textFieldStyle = const TextStyle(fontSize: 13), BoxDecoration textFieldDecoration = const BoxDecoration(color: Color(0xffE8E8E8)), InputDecoration inputDecoration = const InputDecoration.collapsed(hintText: 'Enter Your Text Here', hintStyle: TextStyle(fontSize: 13, color: Color(0xffaeaeae))), Widget clearButtonIcon = const Icon(Icons.clear_rounded, color: Color(0xffaeaeae), size: 20), TextDirection direction = TextDirection.ltr, EdgeInsetsGeometry margin = const EdgeInsets.fromLTRB(16, 8, 16, 8), EdgeInsetsGeometry padding = const EdgeInsets.fromLTRB(16, 8, 16, 8), Key? key})
Properties
- autofocus ↔ bool?
-
getter/setter pair
- clearButtonIcon ↔ Widget
-
getter/setter pair
- controller ↔ TextEditingController?
-
getter/setter pair
- cursorColor ↔ Color?
-
getter/setter pair
- direction ↔ TextDirection
-
getter/setter pair
- expanded ↔ bool?
-
getter/setter pair
- focusNode ↔ FocusNode?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double
-
getter/setter pair
- inputDecoration ↔ InputDecoration
-
getter/setter pair
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- leadingWidget ↔ Widget
-
getter/setter pair
- margin ↔ EdgeInsetsGeometry
-
getter/setter pair
- onChanged ↔ dynamic Function(String)?
-
getter/setter pair
- onEditingComplete ↔ VoidCallback?
-
getter/setter pair
- onFocus ↔ VoidCallback?
-
getter/setter pair
- onTextfieldEmpty ↔ VoidCallback?
-
getter/setter pair
- onUnfocus ↔ VoidCallback?
-
getter/setter pair
- padding ↔ EdgeInsetsGeometry
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textFieldDecoration ↔ BoxDecoration
-
getter/setter pair
- textFieldStyle ↔ TextStyle
-
getter/setter pair
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< FlutlyTextfield> -
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