align property
String
get
align
Sets or retrieves how the object is aligned with adjacent text. @deprecated
Implementation
_i2.String get align => _i4.getProperty(
this,
'align',
);
set
align
(String value)
Implementation
set align(_i2.String value) {
_i4.setProperty(
this,
'align',
value,
);
}