textCombineUpright property

String textCombineUpright

Implementation

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

Implementation

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