isVertical property
bool
get
isVertical
Implementation
bool get isVertical {
return this == MGravity.top ||
this == MGravity.centerVertical ||
this == MGravity.bottom;
}
bool get isVertical {
return this == MGravity.top ||
this == MGravity.centerVertical ||
this == MGravity.bottom;
}