reference static method

SvgColor reference(
  1. String id
)

Create a reference to a gradient

Implementation

static SvgColor reference(String id) => _SvgColorReference(id);