isSelfPositioned method

bool isSelfPositioned()
inherited

Implementation

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