On this page
textRendering property
String textRenderingGets the value of "text-rendering"
Source
String get textRendering => getPropertyValue('text-rendering');
void textRendering=(Sets the value of "text-rendering"
Source
set textRendering(String value) {
setProperty('text-rendering', value, '');
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/textRendering.html