scrollAndZoomIntoView property
void Function(ReadonlyArray<Object> )
get
scrollAndZoomIntoView
Implementation
void Function(_i4.ReadonlyArray<_i2.Object>) get scrollAndZoomIntoView =>
(_i4.ReadonlyArray<_i2.Object> p0) => _i5.callMethod(
_i5.getProperty(
this,
'scrollAndZoomIntoView',
),
r'call',
[
this,
p0,
],
);
set
scrollAndZoomIntoView
(void value(ReadonlyArray<Object> ))
Implementation
set scrollAndZoomIntoView(
void Function(_i4.ReadonlyArray<_i2.Object>) value) {
_i5.setProperty(
this,
'scrollAndZoomIntoView',
_i5.allowInterop(value),
);
}