shiburagi / Drawer-Behavior-Flutter

Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
MIT License
209 stars 36 forks source link

Is there any way to set background image in whole sidebar ? #2

Open nirav4273 opened 5 years ago

nirav4273 commented 5 years ago

I used plugin in app. Is there any feature or way to add image in whole drawer ?

shiburagi commented 5 years ago

You can use 'background' to set image

new MenuView(
       background:DecorationImage(...),
       .
       .
       .
      ),