getScreenCTM property
DOMMatrix? Function()
get
getScreenCTM
Implementation
_i3.DOMMatrix? Function() get getScreenCTM => () => _i4.callMethod(
_i4.getProperty(
this,
'getScreenCTM',
),
r'call',
[this],
);
set
getScreenCTM
(DOMMatrix? value())
Implementation
set getScreenCTM(_i3.DOMMatrix? Function() value) {
_i4.setProperty(
this,
'getScreenCTM',
_i4.allowInterop(() => () => value() ?? _i6.undefined),
);
}