bluemix / Gradient-Widgets

Flutter widgets wrapped with gradients
Apache License 2.0
348 stars 48 forks source link

opacity prints #11

Closed NauzetAduen closed 4 years ago

NauzetAduen commented 5 years ago

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.