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

child widget collides with toggle icon #8

Closed mshah21202 closed 3 months ago

mshah21202 commented 1 year ago

The 'child' widget, which is the widget displayed on the background, with a large width collides with toggle icon (visually). And is centered based on the whole action slider rather than the empty part of the slider. I have created a pr #7

maeddin commented 1 year ago

I probably won't have time to take a closer look today. Until then, you can use your MR or manually wrap a Padding around child to solve the problem. Thanks for creating issue and MR :)

mshah21202 commented 1 year ago

Thank you for your time, here to help anytime!