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