pub type GradientPosition = String;Expand description
Radial/conic gradient center, given as a named anchor ("center", "top",
"topLeft", …). Arbitrary Val-offset centers are not yet supported.
Aliased Type§
pub struct GradientPosition { /* private fields */ }