align property

String get align

Implementation

String get align => js_util.getProperty(this, 'align');
set align (String newValue)

Implementation

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