textOrientation property

String textOrientation

Implementation

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

Implementation

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