align property

String align

Sets or retrieves how the object is aligned with adjacent text. @deprecated

MDN Reference

Implementation

_i2.String get align => _i4.getProperty(
      this,
      'align',
    );
void align=(String value)

Implementation

set align(_i2.String value) {
  _i4.setProperty(
    this,
    'align',
    value,
  );
}