isRightMode property
bool
get
isRightMode
Implementation
bool get isRightMode {
return isRight || isRightTop || isRightBottom || isRightFlex;
}
bool get isRightMode {
return isRight || isRightTop || isRightBottom || isRightFlex;
}