splashbyte / action_slider

A Flutter slider to confirm actions and provide feedback on the success of these after subsequent loading.
BSD 3-Clause "New" or "Revised" License
33 stars 12 forks source link

backgroundColor fix #5

Closed Mohdx closed 1 year ago

Mohdx commented 1 year ago

Fixed BackgroundColor not changing by replacing DecoratedBox to Container

maeddin commented 1 year ago

I have found the problem: I only take the width, but not the height of the widget. I don't want to use Container at this point because SizedBox is more efficient.

Thank you very much for your help 👍