textOverlineWidth property Null safety

String textOverlineWidth

Gets the value of "text-overline-width"

Implementation

String get textOverlineWidth => getPropertyValue('text-overline-width');
void textOverlineWidth= (String value)

Sets the value of "text-overline-width"

Implementation

set textOverlineWidth(String value) {
  setProperty('text-overline-width', value, '');
}