textUnderlinePosition property

String textUnderlinePosition

Implementation

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

Implementation

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