FeedbackFormConfig class
Constructors
- FeedbackFormConfig({String title = 'Feedback Form', String nameLabel = 'Name', String emailLabel = 'Email', String feedbackLabel = 'Your Feedback', String ratingLabel = 'Rating', String attachButtonLabel = 'Attach Screenshots / Photos', String submitButtonLabel = 'Submit', InputDecoration? nameFieldDecoration, InputDecoration? emailFieldDecoration, InputDecoration? feedbackFieldDecoration, ButtonStyle? submitButtonStyle, ButtonStyle? attachButtonStyle})
-
const
Properties
- attachButtonLabel → String
-
final
- attachButtonStyle → ButtonStyle?
-
final
- emailFieldDecoration → InputDecoration?
-
final
- emailLabel → String
-
final
- feedbackFieldDecoration → InputDecoration?
-
final
- feedbackLabel → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nameFieldDecoration → InputDecoration?
-
final
- nameLabel → String
-
final
- ratingLabel → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- submitButtonLabel → String
-
final
- submitButtonStyle → ButtonStyle?
-
final
- title → String
-
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