position property

  1. @Input.new('stickyPosition')
set position (StickyPosition position)

Whether element should stick to top or bottom of sticky range.

Default is StickyPosition.TOP.

Implementation

@Input('stickyPosition')
set position(StickyPosition position) {
  _position = position;
}