font property
String
get
font
Implementation
String get font => js_util.getProperty(this, 'font');
set
font
(String newValue)
Implementation
set font(String newValue) {
js_util.setProperty(this, 'font', newValue);
}