textAlignLast property
String
get
textAlignLast
Implementation
_i2.String get textAlignLast => _i4.getProperty(
this,
'textAlignLast',
);
set
textAlignLast
(String value)
Implementation
set textAlignLast(_i2.String value) {
_i4.setProperty(
this,
'textAlignLast',
value,
);
}