isVertical property

bool get isVertical

Implementation

bool get isVertical =>
    this == top ||
    this == topStart ||
    this == topEnd ||
    this == bottom ||
    this == bottomStart ||
    this == bottomEnd;