listStyle property

String listStyle

Implementation

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

Implementation

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