KinSheetCustomDetent constructor

const KinSheetCustomDetent(
  1. double fraction
)

Implementation

const KinSheetCustomDetent(this.fraction)
    : assert(fraction > 0.0 && fraction <= 1.0);