UiDirectionalGlyphs class

Collection of directional glyphs used by the kit.

, , <, >, , render the same in LTR and RTL contexts, which means a "next month" chevron pointing right in English also points right (toward the past) in Arabic. Components should consult these constants — or their own Directionality-aware pickers — instead of hard-coding an arrow glyph.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

backwards(BuildContext context) String
Glyph for "navigate to the previous item in reading order". In LTR this points left; in RTL it points right.
forwards(BuildContext context) String
Glyph for "navigate to the next item in reading order". In LTR this points right; in RTL it points left.

Constants

lightLeft → const String
lightRight → const String