openBucket method
void
openBucket()
Method used to send the open event of the default Bucket.
Bucket is accessed through Bucket.of(context)
Implementation
void openBucket() {
Bucket.of(context)?.open();
Future.microtask(() => _iconAnimationController.animateBack(1));
}