SoundAnimation constructor

SoundAnimation({
  1. required int start,
  2. required int end,
})

Implementation

SoundAnimation({required super.start, required super.end})
  : super(type: AnimationType.sound);