isLeftMode property

bool get isLeftMode

Implementation

bool get isLeftMode {
  return isLeft || isLeftTop || isLeftBottom || isLeftFlex;
}