AnimationEnd constructor

AnimationEnd({
  1. String? startTimeOffset,
})

Implementation

AnimationEnd({
  this.startTimeOffset,
});