BMFTraceOverlayAnimateOption constructor

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

traceOverlay动画参数构造方法

Implementation

BMFTraceOverlayAnimateOption(
    {this.animate = true,
      this.delay,
      this.duration,
      this.fromValue = 0,
      this.toValue = 1,
      this.easingCurve,
      this.trackMove = true,
      this.isPointMove = false,
      this.isRotateWhenTrack = true,
      this.icon,
      this.modelOption});