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