forked fromalex-melnyk/flutter_advanced_drawer
- Notifications
You must be signed in to change notification settings - Fork0
https://pub.dev/packages/flutter_advanced_drawer
License
NotificationsYou must be signed in to change notification settings
NextFaze/flutter_advanced_drawer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An advanced drawer widget, that can be fully customized with size, text, color, radius of corners.
| Drawer Open State | Drawer Closed State |
|---|---|
![]() | ![]() |
| Parameter | Description | Type | Default |
|---|---|---|---|
child | Screen widget | Widget | required |
drawer | Drawer widget | Widget | required |
controller | Widget controller | AdvancedDrawerController | |
backdropColor | Backdrop color | Color | |
backdrop | Backdrop widget for custom background | Widget | |
openRatio | Opening ratio | double | 0.75 |
openScale | Opening child scale factor | double | 0.85 |
animationDuration | Animation duration | Duration | 300ms |
animationCurve | Animation curve | Curve | Curves.easeInOut |
childDecoration | Child container decoration | BoxDecoration | Shadow, BorderRadius |
animateChildDecoration | Indicates that [childDecoration] might be animated or not. | bool | true |
rtlOpening | Opening from Right-to-left. | bool | false |
disabledGestures | Disable gestures. | bool | false |
initialDrawerScale | How large the drawer segment should scale from. | double | 0.75 |
| Preview Tap | Preview Gesture |
|---|---|
![]() | ![]() |
About
https://pub.dev/packages/flutter_advanced_drawer
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Dart89.0%
- Ruby7.8%
- Swift2.3%
- Other0.9%



