textEmphasisPosition property

String textEmphasisPosition

Implementation

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

Implementation

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