FeedbackLocalizations class abstract

This class must be extended by all custom translations.

Implementers

Constructors

FeedbackLocalizations()
Creates a FeedbackLocalizations.
const

Properties

draw String
Name of the draw tab in feedback menu. If the user taps or clicks the button with this text, the drawing mode is selected.
no setter
feedbackDescriptionText String
Text above the text field, in which the user can write his feedback. This should be some sort of question or an encouragement in order to get better feedback.
no setter
hashCode int
The hash code for this object.
no setterinherited
Name of the navigation tab in feedback menu. If the user taps or clicks the button with this text, the navigation mode is selected.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submitButtonText String
Text of the button, which the user taps or clicks to submit his feedback.
no setter

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

Static Methods

of(BuildContext context) FeedbackLocalizations
This method is used to obtain a localized instance of FeedbackLocalizations.