listStyle property
Gets the value of "list-style"
Implementation
String get listStyle => getPropertyValue('list-style');
Sets the value of "list-style"
Implementation
set listStyle(String value) {
setProperty('list-style', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
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, '');
}