textEmphasisColor property

String textEmphasisColor

Implementation

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

Implementation

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