horizontal property
bool
get
horizontal
Is the ResizeDirection in a horizontal direction. left/right
Implementation
bool get horizontal => this == left || this == right;
Is the ResizeDirection in a horizontal direction. left/right
bool get horizontal => this == left || this == right;