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