CSSPropertyValue constructor
const
CSSPropertyValue(
- String value, {
- String? baseHref,
- bool important = false,
- PropertyType propertyType = PropertyType.inline,
Implementation
const CSSPropertyValue(
this.value, {
this.baseHref,
this.important = false,
this.propertyType = PropertyType.inline,
});