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