custom static method

CNSheetDetent custom(
  1. double height
)

Custom fixed height in points Example: CNSheetDetent.custom(300) for a 300pt tall sheet

Implementation

static CNSheetDetent custom(double height) =>
    CNSheetDetent._('custom', height);