Initialises a new instance with the given variable name and fallback.
public SvgCssVariablePaintServer(string variableName, SvgPaintServer fallbackServer)
The CSS custom property name, including the leading '--' (e.g. --my-color).
The paint server to use when the variable cannot be resolved, or null.