Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to start and pause glow? #11

Closed
ChrisDongWooKim opened this issue Aug 5, 2020 · 0 comments · Fixed by #34
Closed

How to start and pause glow? #11

ChrisDongWooKim opened this issue Aug 5, 2020 · 0 comments · Fixed by #34

Comments

@ChrisDongWooKim
Copy link

ChrisDongWooKim commented Aug 5, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant