CssOverflow.variable constructor

CssOverflow.variable(
  1. String varName
)

CSS variable reference.

Implementation

factory CssOverflow.variable(String varName) = _CssOverflowVariable;