scrollIntoView property

void Function([Object?]) scrollIntoView

Implementation

void Function([_i2.Object?]) get scrollIntoView =>
    ([_i2.Object? p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'scrollIntoView',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
void scrollIntoView=(void value([Object?]))

Implementation

set scrollIntoView(void Function([_i2.Object?]) value) {
  _i4.setProperty(
    this,
    'scrollIntoView',
    _i4.allowInterop(value),
  );
}