isHorizontal property

bool isHorizontal

Implementation

bool get isHorizontal {
  return this == ShapeSide.top || this == ShapeSide.bottom;
}