applyAuthorStyles 属性

  1. @已弃用
bool applyAuthorStyles

实现

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

实现

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