isSelfStickyPosition method

bool isSelfStickyPosition()

Implementation

@pragma('vm:prefer-inline')
bool isSelfStickyPosition() {
  return position == CSSPositionType.sticky;
}