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