CurveCatmullRomOpen constructor

CurveCatmullRomOpen({
  1. double alpha = 0.5,
})

Implementation

CurveCatmullRomOpen({this.alpha = 0.5});