listStyleImage property
String
get
listStyleImage
Gets the value of "list-style-image"
Implementation
String get listStyleImage => getPropertyValue('list-style-image');
set
listStyleImage
(String? value)
Sets the value of "list-style-image"
Implementation
set listStyleImage(String? value) {
setProperty('list-style-image', value, '');
}