endElement property
The end element that determines the range of the sticky element.
Implementation
@Input('acxStickyElement')
set endElement(Element element) {
_endElement = element;
}
The end element that determines the range of the sticky element.
@Input('acxStickyElement')
set endElement(Element element) {
_endElement = element;
}