textCombineUpright property

String get textCombineUpright

Implementation

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

Implementation

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