textEmphasisPosition property Null safety

String textEmphasisPosition

Gets the value of "text-emphasis-position"

Implementation

String get textEmphasisPosition => getPropertyValue('text-emphasis-position');
void textEmphasisPosition= (String value)

Sets the value of "text-emphasis-position"

Implementation

set textEmphasisPosition(String value) {
  setProperty('text-emphasis-position', value, '');
}