FeedbackFormConfig class
Constructors
-
FeedbackFormConfig.new({String title = 'Feedback Form', required List<
FormFieldConfig> fields, String attachButtonLabel = 'Attach Screenshots / Photos', String submitButtonLabel = 'Submit', TextStyle? titleTextStyle, ButtonStyle? submitButtonStyle, ButtonStyle? attachButtonStyle, void onBeforeSubmit()?, void onAfterSubmit()?}) -
const
Properties
- attachButtonLabel → String
-
final
- attachButtonStyle → ButtonStyle?
-
final
-
fields
→ List<
FormFieldConfig> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onAfterSubmit → void Function()?
-
final
- onBeforeSubmit → void Function()?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- submitButtonLabel → String
-
final
- submitButtonStyle → ButtonStyle?
-
final
- title → String
-
final
- titleTextStyle → TextStyle?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited