isVertical property

bool get isVertical

Implementation

bool get isVertical {
  return this == MButtonIconAlignment.top || this == MButtonIconAlignment.bottom;
}