horizontal property

bool get horizontal

Is the ResizeDirection in a horizontal direction. left/right

Implementation

bool get horizontal => this == left || this == right;