CSSPropertyValue constructor

const CSSPropertyValue(
  1. String value, {
  2. String? baseHref,
  3. bool important = false,
  4. PropertyType propertyType = PropertyType.inline,
})

Implementation

const CSSPropertyValue(
  this.value, {
  this.baseHref,
  this.important = false,
  this.propertyType = PropertyType.inline,
});