TaperOptions constructor
const
TaperOptions({
- bool? cap,
- dynamic taper,
- NumericEasing? easing,
Implementation
const TaperOptions({this.cap, this.taper, this.easing});