listStyle property
String
get
listStyle
Implementation
_i2.String get listStyle => _i4.getProperty(
this,
'listStyle',
);
set
listStyle
(String value)
Implementation
set listStyle(_i2.String value) {
_i4.setProperty(
this,
'listStyle',
value,
);
}