resetStyleInheritance 属性

  1. @已弃用
bool resetStyleInheritance

实现

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

实现

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