scrollRestoration property

ScrollRestoration scrollRestoration

Implementation

ScrollRestoration get scrollRestoration => ScrollRestoration.fromValue(
    js_util.getProperty(this, 'scrollRestoration'));
void scrollRestoration=(ScrollRestoration newValue)

Implementation

set scrollRestoration(ScrollRestoration newValue) {
  js_util.setProperty(this, 'scrollRestoration', newValue.value);
}