createSampler property

WebGLSampler? Function() createSampler

Implementation

_i3.WebGLSampler? Function() get createSampler => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'createSampler',
      ),
      r'call',
      [this],
    );
void createSampler=(WebGLSampler? value())

Implementation

set createSampler(_i3.WebGLSampler? Function() value) {
  _i4.setProperty(
    this,
    'createSampler',
    _i4.allowInterop(() => () => value() ?? _i6.undefined),
  );
}