resetStyleInheritance property - ShadowRoot class - dart:html library (original) (raw)

description

  1. @deprecated

bool getresetStyleInheritance

Implementation

@deprecated
bool get resetStyleInheritance {
  _shadowRootDeprecationReport();
  // Default value from when it was specified.
  return false;
}
  1. @deprecated

setresetStyleInheritance (bool value)

Implementation

@deprecated
set resetStyleInheritance(bool value) {
  _shadowRootDeprecationReport();
}