currentlyShadowed property

bool get currentlyShadowed

Implementation

_i2.bool get currentlyShadowed => _i4.getProperty(
      this,
      'currentlyShadowed',
    );
set currentlyShadowed (bool value)

Implementation

set currentlyShadowed(_i2.bool value) {
  _i4.setProperty(
    this,
    'currentlyShadowed',
    value,
  );
}