font property

String font

Implementation

String get font => js_util.getProperty(this, 'font');
void font=(String newValue)

Implementation

set font(String newValue) {
  js_util.setProperty(this, 'font', newValue);
}