align property

String align

Implementation

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

Implementation

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