textAlignLast property

String textAlignLast

Implementation

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

Implementation

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