avatar_glow icon indicating copy to clipboard operation
avatar_glow copied to clipboard

How to start and pause glow?

Open ChrisDongWooKim opened this issue 4 years ago • 0 comments

In advance, Thx to contribute this awesome widget for us. I want it to use as a button working effects that people get noticed it is on the working. So I write code like below

AvatarGlow(
              glowColor: Colors.blue,
              endRadius: 90.0,
              repeat: _isWorking? true: flase,
              child: Padding(
              ...button images
             )
)

but the thing is that it works only one time. So I want to know how to the effects on and off?

Thx :D

ChrisDongWooKim avatar Aug 05 '20 02:08 ChrisDongWooKim