DefaultWriteFeedbackConfig class

Constructors

DefaultWriteFeedbackConfig({required String howBecomeBetterText, required String pleaseDescribeIssuesText, required String emailText, required String emailForResposeDescriptionText, required String writeYourFeedbackHereText, required String writeYourEmailText, required String sendFeedbackText, Color? primaryColor, InputDecoration? inputDecoration})
const

Properties

emailForResposeDescriptionText String
final
emailText String
final
hashCode int
The hash code for this object.
no setterinherited
howBecomeBetterText String
final
inputDecoration InputDecoration?
final
pleaseDescribeIssuesText String
final
primaryColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendFeedbackText String
final
writeYourEmailText String
final
writeYourFeedbackHereText 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