isSelfPositioned method
Implementation
@pragma('vm:prefer-inline')
bool isSelfPositioned() {
return position == CSSPositionType.absolute || position == CSSPositionType.fixed;
}
@pragma('vm:prefer-inline')
bool isSelfPositioned() {
return position == CSSPositionType.absolute || position == CSSPositionType.fixed;
}