Angle.variable constructor

const Angle.variable(
  1. String value
)

Constructs an Angle from a CSS variable reference: var(--name).

Implementation

const factory Angle.variable(String value) = _VariableAngle;