getCssVariable static method

String? getCssVariable(
  1. String name
)

Gets a CSS custom property value from the document root.

Returns null on non-web or if the property is not set.

Implementation

static String? getCssVariable(String name) => impl.getCssVariable(name);