custom static method
Custom fixed height in points Example: CNSheetDetent.custom(300) for a 300pt tall sheet
Implementation
static CNSheetDetent custom(double height) =>
CNSheetDetent._('custom', height);
Custom fixed height in points Example: CNSheetDetent.custom(300) for a 300pt tall sheet
static CNSheetDetent custom(double height) =>
CNSheetDetent._('custom', height);