listStyleType property

String listStyleType

Gets the value of "list-style-type"

Implementation

String get listStyleType => getPropertyValue('list-style-type');
void listStyleType= (String value)

Sets the value of "list-style-type"

Implementation

set listStyleType(String value) {
  setProperty('list-style-type', value, '');
}