listStylePosition property Null safety
Gets the value of "list-style-position"
Implementation
String get listStylePosition => getPropertyValue('list-style-position');
Sets the value of "list-style-position"
Implementation
set listStylePosition(String value) {
setProperty('list-style-position', value, '');
}