textEmphasisStyle property

String textEmphasisStyle

Implementation

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

Implementation

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