BMFAnimation constructor Null safety

BMFAnimation(
  1. {int? duration = 0,
  2. BMFAnimationType? type = BMFAnimationType.Linear}
)

Implementation

BMFAnimation({this.duration: 0, this.type: BMFAnimationType.Linear});