BottomSheetStyle constructor
const
BottomSheetStyle({})
Implementation
const BottomSheetStyle({
this.maxHeightFraction,
this.fixedHeight,
this.backgroundColor,
this.barrierColor,
this.borderRadius,
this.showDragHandle = true,
this.dragHandleColor,
this.dragHandleWidth,
this.animationDuration,
this.animationCurve,
});