CSSVariableReferenceValue constructor
CSSVariableReferenceValue(
- String variable, [
- CSSUnparsedValue? fallback
Implementation
external factory CSSVariableReferenceValue(
String variable, [
CSSUnparsedValue? fallback,
]);