Gets the value of "list-style"
Source
String get listStyle => this._listStyle;
Sets the value of "list-style"
Source
set listStyle(String value) { _listStyle = value == null ? '' : value; }
Gets the value of "list-style"
String get listStyle => this._listStyle;
Sets the value of "list-style"
set listStyle(String value) { _listStyle = value == null ? '' : value; }