BMFTraceOverlayAnimateOption class Null safety

traceOverlay动画参数

Constructors

BMFTraceOverlayAnimateOption({bool? animate, double? delay, double? duration, double? fromValue, double? toValue, BMFTraceOverlayAnimationEasingCurve? easingCurve, bool? trackMove})
traceOverlay动画参数构造方法
BMFTraceOverlayAnimateOption.formMap(Map map)
map => BMFTraceOverlayAnimateOption

Properties

animate ↔ bool?
traceOverlay是否做动画, 默认YES
read / write
delay ↔ double?
动画延时开始,单位s
read / write
duration ↔ double?
动画时间,单位s
read / write
easingCurve BMFTraceOverlayAnimationEasingCurve?
动画类型
read / write
fromValue ↔ double?
0~1, 默认0 IOS 独有参数
read / write
hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
toValue ↔ double?
0~1,默认1 IOS 独有参数
read / write
trackMove ↔ bool?
是否跟踪轨迹, 默认YES
read / write

Methods

fromMap(Map map) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toMap() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited