BMFTraceOverlayAnimateOption constructor Null safety
- {bool? animate,
- double? delay,
- double? duration,
- double? fromValue,
- double? toValue,
- BMFTraceOverlayAnimationEasingCurve? easingCurve,
- bool? trackMove,
- bool? isPointMove,
- bool? isRotateWhenTrack,
- 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});