fromRect property
DOMQuad Function([DOMRectInit?])
get
fromRect
Implementation
static _i3.DOMQuad Function([_i3.DOMRectInit?]) get fromRect =>
([_i3.DOMRectInit? p0]) => _i4.callMethod(
_i4.getProperty(
_i8.target150,
'fromRect',
),
r'call',
[
_i8.target150,
p0 ?? _i6.undefined,
],
);
set
fromRect
(DOMQuad value([DOMRectInit?]))
Implementation
static set fromRect(_i3.DOMQuad Function([_i3.DOMRectInit?]) value) {
_i4.setProperty(
_i8.target150,
'fromRect',
_i4.allowInterop(value),
);
}