CSSPropertyValue constructor

CSSPropertyValue(
  1. String value, {
  2. String? baseHref,
})

Implementation

CSSPropertyValue(this.value, {this.baseHref});