UiDirectionalIcons class

Direction-aware icon choices for navigation and disclosure affordances.

Use these when the intent is semantic (back, forward, start, end) rather than physical (left, right). This keeps arrows and chevrons correct in RTL layouts without scattering direction checks through apps.

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

back(BuildContext context) IconData
Navigation back. LTR points left; RTL points right.
chevronBack(BuildContext context) IconData
Chevron for moving back in reading order.
chevronEnd(BuildContext context) IconData
Alias for a chevron pointing toward the directional end edge.
chevronForward(BuildContext context) IconData
Chevron for moving forward in reading order.
chevronStart(BuildContext context) IconData
Alias for a chevron pointing toward the directional start edge.
forward(BuildContext context) IconData
Navigation forward. LTR points right; RTL points left.