opacity prints
NauzetAduen opened this issue · 0 comments
NauzetAduen commented
Hello, this isn't exactly an issue, but here we go.
Each time a GradientButton is drawn or pressed, i get a lot of opacity prints in the debug console. Is not a real problem, but a little annoying.
I/flutter (17286): _opacity.value: 0.0
I/flutter (17286): _opacity.value: 0.8630510419607162
I/flutter (17286): _opacity.value: 0.0
I/flutter (17286): _opacity.value: 0.7755804806947708
If I remove my GradientButton, this msg is not shown.
Sorry if I'm wrong or this is not the place.