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