BottomSheetConfig constructor

const BottomSheetConfig({
  1. Duration? duration,
  2. Curve? curve,
  3. Duration? fadeInDuration,
  4. Curve? fadeInCurve,
  5. Duration? fadeOutDuration,
  6. Curve? fadeOutCurve,
  7. double? initialFraction,
  8. Color? barrierColor,
  9. BottomSheetBuilder? sheetBuilder,
  10. 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,
});