FSheetStyle constructor

const FSheetStyle({
  1. double flingVelocity = 700,
  2. double closeProgressThreshold = 0.5,
})

Creates a FSheetStyle.

Implementation

const FSheetStyle({this.flingVelocity = 700, this.closeProgressThreshold = 0.5});