BMFTraceOverlayAnimateOption constructor
- {bool? animate = true,
- double? delay,
- double? duration,
- double? fromValue = 0,
- double? toValue = 1,
- BMFTraceOverlayAnimationEasingCurve? easingCurve,
- bool? trackMove = true,
- bool? isPointMove = false,
- bool? isRotateWhenTrack = true,
- String? icon,
- 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});