rootScroller property - Document class - dart:html library (original) (raw)

description

Element? getrootScroller

Implementation

Element? get rootScroller native;

setrootScroller (Element? value)

Implementation

set rootScroller(Element? value) native;