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