CSSVariableReferenceValue constructor

CSSVariableReferenceValue(
  1. String variable, [
  2. CSSUnparsedValue? fallback
])

Implementation

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