TFFMaker class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- TFFMaker
Constructors
-
TFFMaker.new({Key? key, GlobalKey<
FormState> ? FormKey, bool? enabled, String? validator(String? value)?, Widget? prefix, double? enabledBorderwidth, double? errorBorderwidth, double? focusedBorderwidth, Color? enabledBorderColor, Color? errorBorderColor, Color? focusedBorderColor, Widget? suffix, double? focusedCircularRadius, double? enabledCircularRadius, double? errorCircularRadius, String? hintText, TextStyle? hintStyle, Widget? label, Color? disabledBorderColor, double? disabledBorderwidth, double? disabledCircularRadius, dynamic onChanged(String value)?, dynamic onSaved(String? value)?, int? lines, String? initialValue})
Properties
- disabledBorderColor ↔ Color?
-
getter/setter pair
- disabledBorderwidth ↔ double?
-
getter/setter pair
- disabledCircularRadius ↔ double?
-
getter/setter pair
- enabled ↔ bool?
-
getter/setter pair
- enabledBorderColor ↔ Color?
-
getter/setter pair
- enabledBorderwidth ↔ double?
-
getter/setter pair
- enabledCircularRadius ↔ double?
-
getter/setter pair
- errorBorderColor ↔ Color?
-
getter/setter pair
- errorBorderwidth ↔ double?
-
getter/setter pair
- errorCircularRadius ↔ double?
-
getter/setter pair
- focusedBorderColor ↔ Color?
-
getter/setter pair
- focusedBorderwidth ↔ double?
-
getter/setter pair
- focusedCircularRadius ↔ double?
-
getter/setter pair
-
FormKey
↔ GlobalKey<
FormState> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hintStyle ↔ TextStyle?
-
getter/setter pair
- hintText ↔ String?
-
getter/setter pair
- initialValue ↔ String?
-
getter/setter pair
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- label ↔ Widget?
-
getter/setter pair
- lines ↔ int?
-
getter/setter pair
- onChanged ↔ dynamic Function(String value)?
-
getter/setter pair
- onSaved ↔ dynamic Function(String? value)?
-
getter/setter pair
- prefix ↔ Widget?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suffix ↔ Widget?
-
getter/setter pair
- validator ↔ String? Function(String? value)?
-
getter/setter pair
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< TFFMaker> -
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