FModalSheetStyle constructor
const
FModalSheetStyle({
- ImageFilter barrierFilter(
- double animation
- FModalSheetMotion motion = const FModalSheetMotion(),
- double flingVelocity = 700,
- double closeProgressThreshold = 0.5,
Creates a FSheetStyle.
Implementation
const FModalSheetStyle({
this.barrierFilter,
this.motion = const FModalSheetMotion(),
super.flingVelocity,
super.closeProgressThreshold,
});