listStyle property

String get listStyle

Gets the value of "list-style"

Implementation

String get listStyle => getPropertyValue('list-style');
set listStyle (String value)

Sets the value of "list-style"

Implementation

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