textUnderlinePosition property

String get textUnderlinePosition

Implementation

_i2.String get textUnderlinePosition => _i4.getProperty(
      this,
      'textUnderlinePosition',
    );
set textUnderlinePosition (String value)

Implementation

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