isHorizontal property

bool get isHorizontal

Implementation

bool get isHorizontal =>
    this == left ||
    this == leftStart ||
    this == leftEnd ||
    this == right ||
    this == rightStart ||
    this == rightEnd;