MercuryLocalizations class abstract
Defines the localized resource values used by the Mercury widgets.
See also:
- DefaultMercuryLocalizations, the default, English-only, implementation of this interface.
GlobalMercuryLocalizations
, which provides Mercury localizations for many languages.
- Implementers
Constructors
Properties
- and → String
-
The word
And
no setter - composeTextFieldHint → String
-
The text field hint when the user is composing.
no setter
- copyTextButtonLabel → String
-
The label for "copy text" message action button.
no setter
- createConversationButtonLabel → String
-
The label for "create conversation" button.
no setter
- createGroupConversationButtonLabel → String
-
The label for "create group conversation" button.
no setter
- deletedMessage → String
-
The label to display for a deleted message.
no setter
- deleteMessageButtonLabel → String
-
The label for "delete message" message action button.
no setter
- editMessageButtonLabel → String
-
The label for "edit message" message action button.
no setter
- editMessageHintLabel → String
-
The hint label when the user is editing a message.
no setter
- emptyConversationHeader → String
-
The header for an empty conversation
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- replyButtonLabel → String
-
The label for "reply" message action button.
no setter
- replyHintLabel → String
-
The hint label when the user is replying to a message.
no setter
- replyTitle → String
-
Title for message replies.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchEmojisTextFieldHint → String
-
The text field hint for searching emojis.
no setter
- seenByCaption → String
-
The message "seen by" caption.
no setter
- timeNow → String
-
A time label for "right now".
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
timeDays(
int days) → String -
A time label for
days
days ago. -
timeHours(
int hours) → String -
A time label for
hours
hours ago. -
timeMinutes(
int minutes) → String -
A time label for
minutes
minutes ago. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
of(
BuildContext context) → MercuryLocalizations -
The
MercuryLocalizations
from the closest Localizations instance that encloses the given context.