menu
manim_web package
documentation
mobject/svg/svg_mobject.dart
SVGElementStyle
SVGElementStyle const constructor
SVGElementStyle const constructor
dark_mode
light_mode
SVGElementStyle
constructor
const
SVGElementStyle
(
{
Color
?
fillColor
,
Color
?
strokeColor
,
double
?
strokeWidth
,
})
Implementation
const SVGElementStyle({ this.fillColor, this.strokeColor, this.strokeWidth, });
manim_web package
documentation
mobject/svg/svg_mobject
SVGElementStyle
SVGElementStyle const constructor
SVGElementStyle class