shadowsOn property

void Function() get shadowsOn

Implementation

void Function() get shadowsOn => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'shadowsOn',
      ),
      r'call',
      [this],
    );
set shadowsOn (void value())

Implementation

set shadowsOn(void Function() value) {
  _i4.setProperty(
    this,
    'shadowsOn',
    _i4.allowInterop(value),
  );
}