Gets a CSS custom property value from the document root.
Returns null on non-web or if the property is not set.
null
static String? getCssVariable(String name) => impl.getCssVariable(name);