reference static method

SvgColorReference reference(
  1. String id
)

Create a reference to a gradient

Implementation

static SvgColorReference reference(String id) => SvgColorReference(id);