FModalSheetStyle constructor

const FModalSheetStyle({
  1. ImageFilter barrierFilter(
    1. double animation
    )?,
  2. FModalSheetMotion motion = const FModalSheetMotion(),
  3. double flingVelocity = 700,
  4. double closeProgressThreshold = 0.5,
})

Creates a FSheetStyle.

Implementation

const FModalSheetStyle({
  this.barrierFilter,
  this.motion = const FModalSheetMotion(),
  super.flingVelocity,
  super.closeProgressThreshold,
});