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