isPositional property
bool
get
isPositional
Implementation
bool get isPositional {
return roots.position &&
(_position != null || positionType != ViewPositionType.center);
}
bool get isPositional {
return roots.position &&
(_position != null || positionType != ViewPositionType.center);
}