BottomSheetConfig constructor
const
BottomSheetConfig({
- Duration? duration,
- Curve? curve,
- Duration? fadeInDuration,
- Curve? fadeInCurve,
- Duration? fadeOutDuration,
- Curve? fadeOutCurve,
- double? initialFraction,
- Color? barrierColor,
- BottomSheetBuilder? sheetBuilder,
- BottomSheetBuilder? builder,
Implementation
const BottomSheetConfig({
this.duration,
this.curve,
this.fadeInDuration,
this.fadeInCurve,
this.fadeOutDuration,
this.fadeOutCurve,
this.initialFraction,
this.barrierColor,
this.sheetBuilder,
this.builder,
});