Stop

@Composable
fun ElementScope<SVGGradientElement>.Stop(attrs: SVGStopAttrsScope.() -> Unit)(source)
@Composable
fun ElementScope<SVGGradientElement>.Stop(offset: CSSPercentageValue? = null, stopColor: CSSColorValue? = null, stopOpacity: Number? = null)(source)