isVertical property
bool
get
isVertical
Implementation
bool get isVertical => this == AxisDirection.up || this == AxisDirection.down;
bool get isVertical => this == AxisDirection.up || this == AxisDirection.down;