TaperOptions constructor

const TaperOptions({
  1. bool? cap,
  2. dynamic taper,
  3. NumericEasing? easing,
})

Implementation

const TaperOptions({this.cap, this.taper, this.easing});