ZebaBottomSheet constructor
const
ZebaBottomSheet({})
Implementation
const ZebaBottomSheet({
super.key,
required this.child,
this.snapSizes = const [0.2, 0.5, 1.0],
this.initialSize = 0.5,
this.minSize = 0.2,
this.maxSize = 1.0,
this.controller,
this.animationDuration = const Duration(milliseconds: 300),
this.animationCurve = Curves.easeInOut,
});