shadowsOff property

void Function() get shadowsOff

Implementation

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

Implementation

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