textEmphasisStyle property
String
get
textEmphasisStyle
Implementation
_i2.String get textEmphasisStyle => _i4.getProperty(
this,
'textEmphasisStyle',
);
set
textEmphasisStyle
(String value)
Implementation
set textEmphasisStyle(_i2.String value) {
_i4.setProperty(
this,
'textEmphasisStyle',
value,
);
}