listStyleType property

String listStyleType

Implementation

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

Implementation

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