BMFTraceOverlayAnimateOption constructor Null safety

BMFTraceOverlayAnimateOption(
  1. {bool? animate,
  2. double? delay,
  3. double? duration,
  4. double? fromValue,
  5. double? toValue,
  6. BMFTraceOverlayAnimationEasingCurve? easingCurve,
  7. bool? trackMove,
  8. bool? isPointMove,
  9. bool? isRotateWhenTrack,
  10. String? icon}
)

traceOverlay动画参数构造方法

Implementation

BMFTraceOverlayAnimateOption(
    {this.animate,
    this.delay,
    this.duration,
    this.fromValue,
    this.toValue,
    this.easingCurve,
    this.trackMove,
    this.isPointMove,
    this.isRotateWhenTrack,
    this.icon});