textAlign property

String get textAlign

Implementation

_i2.String get textAlign => _i4.getProperty(
      this,
      'textAlign',
    );
set textAlign (String value)

Implementation

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