DefaultFluentLocalizations class

US English strings for the fluent widgets.

See also:

Implemented types

Constructors

DefaultFluentLocalizations()
const

Properties

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

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

load(Locale locale) Future<FluentLocalizations>
Creates an object that provides US English resource values for the material library widgets.