CustomTextField3 class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- CustomTextField3
Constructors
-
CustomTextField3({Key? key, TextEditingController? controller, TextStyle? style, StrutStyle? strutStyle, TextAlign textAlign = TextAlign.start, TextAlignVertical? textAlignVertical, TextDirection? textDirection, bool readOnly = false, int? minLines, int? maxLength, bool obscureText = false, TextInputType? keyboardType, Widget? icon, Color? iconColor, String? hintText, bool? filled, Color? fillColor, Color? focusColor, Color? hoverColor, void onChanged(String)?, double? height, double? width, double? hintSize, double? fontSize, BoxBorder? border, BorderRadiusGeometry? borderRadius, List<
BoxShadow> ? boxShadow, EdgeInsetsGeometry? contentPadding, double? cursorHeight, Color? cursorColor, Widget? prefixIcon, Widget? suffixIcon, BorderRadius? fieldRadius, bool? enabled, int? maxLines, void onTap()?, bool autofocus = false, void onSaved(String?)?, String? validator(String?)?, EdgeInsetsGeometry? margin, Color? hintColor, String? errorText, BorderSide? borderSide, Color? textColor, FontWeight? fontWeight, FontWeight? hintWeight, TextInputAction? textInputAction, AutovalidateMode? autovalidateMode = AutovalidateMode.onUserInteraction, List<String> ? dropdownItems, String? dropdownValue, void onDropdownChanged(String?)?}) -
const
Properties
- autofocus → bool
-
final
- autovalidateMode → AutovalidateMode?
-
final
- border → BoxBorder?
-
final
- borderRadius → BorderRadiusGeometry?
-
final
- borderSide → BorderSide?
-
final
-
boxShadow
→ List<
BoxShadow> ? -
final
- contentPadding → EdgeInsetsGeometry?
-
final
- controller → TextEditingController?
-
final
- cursorColor → Color?
-
final
- cursorHeight → double?
-
final
-
dropdownItems
→ List<
String> ? -
final
- dropdownValue → String?
-
final
- enabled → bool?
-
final
- errorText → String?
-
final
- fieldRadius → BorderRadius?
-
final
- fillColor → Color?
-
final
- filled → bool?
-
final
- focusColor → Color?
-
final
- fontSize → double?
-
final
- fontWeight → FontWeight?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
final
- hintColor → Color?
-
final
- hintSize → double?
-
final
- hintText → String?
-
final
- hintWeight → FontWeight?
-
final
- hoverColor → Color?
-
final
- icon → Widget?
-
final
- iconColor → Color?
-
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- keyboardType → TextInputType?
-
final
- margin → EdgeInsetsGeometry?
-
final
- maxLength → int?
-
final
- maxLines → int?
-
final
- minLines → int?
-
final
- obscureText → bool
-
final
- onChanged → void Function(String)?
-
final
- onDropdownChanged → void Function(String?)?
-
final
- onSaved → void Function(String?)?
-
final
- onTap → void Function()?
-
final
- prefixIcon → Widget?
-
final
- readOnly → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strutStyle → StrutStyle?
-
final
- style → TextStyle?
-
final
- suffixIcon → Widget?
-
final
- textAlign → TextAlign
-
final
- textAlignVertical → TextAlignVertical?
-
final
- textColor → Color?
-
final
- textDirection → TextDirection?
-
final
- textInputAction → TextInputAction?
-
final
- validator → String? Function(String?)?
-
final
- width → double?
-
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
-
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