isVertical property

bool isVertical

Implementation

bool get isVertical {
  return !this.isHorizontal;
}