BottomsheetTransitionBuilder constructor
const
BottomsheetTransitionBuilder({
- Key? key,
- required Animation<
double> animation, - required Widget bottomsheet,
- BottomsheetAnimationDirection? startAnimation,
- BottomsheetAnimationDirection? endAnimation,
- bool hideLikeCircle = false,
Implementation
const BottomsheetTransitionBuilder({
super.key,
required this.animation,
required this.bottomsheet,
this.startAnimation,
this.endAnimation,
this.hideLikeCircle = false,
});