Instead of hard coding a target width of 35 to grab the drawer and slide it, allow the user to specify the width they want to set that to. Works greate with deviceWidth/2
We can totally change drawerSlideTargetWidth to something else, I'm not sure what this would be called generally. This just made the most sense at the time.
Fix #33
Instead of hard coding a target width of 35 to grab the drawer and slide it, allow the user to specify the width they want to set that to. Works greate with
deviceWidth/2
We can totally change
drawerSlideTargetWidth
to something else, I'm not sure what this would be called generally. This just made the most sense at the time.