qqmikey / kf_drawer

Flutter drawer (dynamic ready side menu)
MIT License
213 stars 52 forks source link

How to remove the shadow part when we press menu button #17

Closed snehamadda closed 3 years ago

snehamadda commented 3 years ago

There is a small shadow showing to the left side of the initial page. How can I remove that part? Attached screenshot for reference.

shadow

qqmikey commented 3 years ago

shadowOffset property on KFDrawer

snehamadda commented 3 years ago

I tried it, by adding it to the KF Drawer widget but it's not getting, can you provide me an example