qqmikey / kf_drawer

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

adding other method in onPressed method #9

Open cedos10 opened 4 years ago

cedos10 commented 4 years ago

normally the method "onPressed"just redirect to the "item.page"but don't give opportunity to make changes on "item.page" selected.That.s why a method called "click" is added inside the "item.onpressed" method.That method help to add other functionalities in "onPressed" method like adding variables or other event who can make changes on the "item.page"