thanks man, very nice and detailed tutorial and anyone wants to animate only the border, use transform property and you can use the controller directly. No need to create TweenSequence. gradient: LinearGradient( transform: GradientRotation(controller.value * 2 * pi), colors: const [Colors.red, Colors.blue], ),
Thank you for watching! What other contents you be interested in?
Really nice explanation.
thanks man, very nice and detailed tutorial
and anyone wants to animate only the border, use transform property and you can use the controller directly. No need to create TweenSequence.
gradient: LinearGradient(
transform: GradientRotation(controller.value * 2 * pi),
colors: const [Colors.red, Colors.blue],
),
can i get the code for this??
"8 days ago", great timing I needed it just now, thanks a lot.
no problem! I needed this too so decided to make a video about it haha
Really great tutorial! What if I want the glow or the spread to be inward instead of outward? Like inside the box
❤❤❤ thanks you brother