shadowsOn property

void Function() shadowsOn

Implementation

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

Implementation

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