Bucket constructor
Bucket({})
Bucket Widget, a new Material widget that provides you a simple and pretty way to send your main menu behind of screen. To take full advantages of this we recommend you to set a RouterWidget as his child.
Implementation
Bucket(
{required this.child,
this.decoration,
this.drawer,
this.enableBucketDragGesture = true,
this.onBucketChange,
Key? key})
: super(key: key);