StringFeedbackFormField class
A single line text input that accepts strings
- Implemented types
Constructors
- StringFeedbackFormField(String attribute, String placeholder, String defaultValue)
- Constructor
Properties
- attribute → String
-
The attribute name this fields value will set
final
- defaultValue → String
-
Default value set when the form is initialized for the first time
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- placeholder → String
-
Placeholder value shown when the field is empty
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited