FSheetStyle constructor
const
FSheetStyle({})
Creates a FSheetStyle.
Implementation
const FSheetStyle({
required this.barrierColor,
required this.backgroundColor,
this.enterDuration = const Duration(milliseconds: 200),
this.exitDuration = const Duration(milliseconds: 200),
this.flingVelocity = 700,
this.closeProgressThreshold = 0.5,
});