isSelfStickyPosition method

bool isSelfStickyPosition()
inherited

Implementation

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