Struct dioxus_html::linearGradient
source · pub struct linearGradient;
Expand description
Build a
<linearGradient>
element.
Implementations§
Trait Implementations§
source§impl SvgAttributes for linearGradient
impl SvgAttributes for linearGradient
source§const prevent_default: AttributeDiscription = _
const prevent_default: AttributeDiscription = _
Prevent the default action for this element. Read more