Gets the value of "list-style"
String get listStyle => getPropertyValue('list-style');
Sets the value of "list-style"
set listStyle(String value) { setProperty('list-style', value, ''); }