resetStyleInheritance 属性
- @已弃用
实现
@deprecated
bool get resetStyleInheritance {
_shadowRootDeprecationReport();
// Default value from when it was specified.
return false;
}
- @已弃用
实现
@deprecated
set resetStyleInheritance(bool value) {
_shadowRootDeprecationReport();
}