VisualComponent constructor
const
VisualComponent({})
Implementation
const VisualComponent({
Key? key,
required this.duration,
required this.color,
required this.curve,
this.width,
this.height,
this.radius = 0,
this.shadows,
this.animate = false,
this.linearGradient
}) : super(key: key);