ma7moud3osman / easy_stepper

Flutter Package help you to build easy stepper widget with several customization
https://pub.dev/packages/easy_stepper
MIT License
90 stars 40 forks source link

Want to remove hand pointer when hovering over steps. #29

Closed WillCordova closed 1 year ago

WillCordova commented 1 year ago

Hello, I want the hover-over steps to be disabled since my logic has no need for it. I thought that (steppingEnabled: false) would fix it however it doesn't work. I was wondering if you could provide a way to disable it.

ma7moud3osman commented 1 year ago

Hello @WillCordova ,

You can disable tapping on steps & remove hover by set enableStepTapping: false , not steppingEnabled: false it just prevent user from move to this step but he still can tap on it. in your case you should use enableStepTapping.

Thank You, Best Regards, Mahmoud Osman.