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