CustomFormField class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- CustomFormField
Constructors
-
CustomFormField.new({Key? key, Widget? prefixIcon, String? hintText, String? errorText, TextInputType? keyboardType, int? maxLines, int? minLines, void onChanged(String)?, Widget? suffixIcon, TextInputAction? inputAction, dynamic onFieldSubmitted(String)?, bool readonly = false, InputBorder? focusedBorder, InputBorder? disabledBorder, dynamic onTap()?, FocusNode? focusNode, TextEditingController? controller, String? validator(String?)?, bool obscureText = false, dynamic onEditingComplete()?, TextStyle? style, TextAlign? textAlign, EdgeInsetsGeometry? contentPadding, Color? fillColor, bool autoFocus = false, int? maxLength, dynamic onSuffixPressed()?, String? initialValue, List<
TextInputFormatter> ? inputFormatters, bool showCounterText = false, AutovalidateMode? autoValidateMode = AutovalidateMode.onUserInteraction, bool disableBorder = false, TextStyle? hintStyle, Color? cursorColor, InputBorder? border, int? errorMaxLines, double? errorFontSize, bool textCapitalization = true, InputDecoration? inputDecoration, Color? obscureColor, Color? nonObscureColor, IconData? passwordIcon, IconData? passwordObscureIcon, double? passwordIconSize, TextStyle? labelStyle, Widget? label, String? labelText, double? cursorHeight, double? borderRadius}) -
const
Properties
- autoFocus → bool
-
final
- autoValidateMode → AutovalidateMode?
-
final
- border → InputBorder?
-
final
- borderRadius → double?
-
final
- contentPadding → EdgeInsetsGeometry?
-
final
- controller → TextEditingController?
-
final
- cursorColor → Color?
-
final
- cursorHeight → double?
-
final
- disableBorder → bool
-
final
- disabledBorder → InputBorder?
-
final
- errorFontSize → double?
-
final
- errorMaxLines → int?
-
final
- errorText → String?
-
final
- fillColor → Color?
-
final
- focusedBorder → InputBorder?
-
final
- focusNode → FocusNode?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hintStyle → TextStyle?
-
final
- hintText → String?
-
final
- initialValue → String?
-
final
- inputAction → TextInputAction?
-
final
- inputDecoration → InputDecoration?
-
final
-
inputFormatters
→ List<
TextInputFormatter> ? -
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- keyboardType → TextInputType?
-
final
- label → Widget?
-
final
- labelStyle → TextStyle?
-
final
- labelText → String?
-
final
- maxLength → int?
-
final
- maxLines → int?
-
final
- minLines → int?
-
final
- nonObscureColor → Color?
-
final
- obscureColor → Color?
-
final
- obscureText → bool
-
final
- onChanged → void Function(String)?
-
final
- onEditingComplete → dynamic Function()?
-
final
- onFieldSubmitted → dynamic Function(String)?
-
final
- onSuffixPressed → dynamic Function()?
-
final
- onTap → dynamic Function()?
-
final
- passwordIcon → IconData?
-
final
- passwordIconSize → double?
-
final
- passwordObscureIcon → IconData?
-
final
- prefixIcon → Widget?
-
final
- readonly → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showCounterText → bool
-
final
- style → TextStyle?
-
final
- suffixIcon → Widget?
-
final
- textAlign → TextAlign?
-
final
- textCapitalization → bool
-
final
- validator → String? Function(String?)?
-
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