stickyKey property

  1. @Input.new('stickyKey')
set stickyKey (String stickyKey)

If stickyKey is provided, then only the last (when position is top) or the first (when position is bottom) sticky element with the same stickyKey will be stuck.

Implementation

@Input('stickyKey')
set stickyKey(String stickyKey) {
  _stickyKey = stickyKey;
}