BMFAnimation constructor
BMFAnimation({
- int? duration = 0,
- BMFAnimationType? type = BMFAnimationType.Linear,
Implementation
BMFAnimation({this.duration = 0, this.type = BMFAnimationType.Linear});