FluentLocalizations class abstract

Defines the localized resource values used by the fluent widgets

See also:

Implementers

Constructors

FluentLocalizations()

Properties

backButtonTooltip String
The tooltip for the back button on NavigationAppBar.
no setter
clickToSearch String
The tooltip for the "Click to Search" button.
no setter
closeButtonLabel String
Label for "close" buttons and menu items.
no setter
closeNavigationTooltip String
The tooltip for the toggle navigation button.
no setter
closeWindowTooltip String
The tooltip used by the "Close" button on desktop windows.
no setter
copyButtonLabel String
The label for the copy button on the text selection controls
no setter
cutButtonLabel String
The label for the cut button on the text selection controls
no setter
dialogLabel String
The dialog label
no setter
hashCode int
The hash code for this object.
no setterinherited
minimizeWindowTooltip String
The tooltip used by the "Minimize" button on desktop windows.
no setter
modalBarrierDismissLabel String
Label read out by accessibility tools (TalkBack or VoiceOver) for a modal barrier to indicate that a tap dismisses the barrier.
no setter
openNavigationTooltip String
The tooltip for the toogle navigation button.
no setter
pasteButtonLabel String
The label for the paste button on the text selection controls
no setter
restoreWindowTooltip String
The tooltip used by the "Restore" button on desktop windows.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectAllButtonLabel String
The label for the select all button on the text selection controls
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) FluentLocalizations
The FluentLocalizations from the closest Localizations instance that encloses the given context.