String listStylePosition

Gets the value of "list-style-position"

Source

String get listStylePosition => getPropertyValue('list-style-position');
void listStylePosition=(String value)

Sets the value of "list-style-position"

Source

set listStylePosition(String value) {
  setProperty('list-style-position', value, '');
}