isForward property

bool isForward

Whether this direction is the forward direction of axis.

Implementation

bool get isForward =>
    this == AxisDirection.down || this == AxisDirection.right;