свойство font
String fontПолучает значение "font"
Исходный код
String get font => getPropertyValue('font'); void font=(Устанавливает значение "font"
Исходный код
set font(String value) {
setProperty('font', 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/font.html