isBottomMode property

bool get isBottomMode

Implementation

bool get isBottomMode {
  return isBottom || isBottomLeft || isBottomRight || isBottomFlex;
}