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