isTopMode property

bool get isTopMode

Implementation

bool get isTopMode {
  return isTop || isTopLeft || isTopRight || isTopFlex;
}