textEmphasis property

String textEmphasis

Implementation

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

Implementation

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