SoundEditGifController constructor

SoundEditGifController({
  1. required TickerProvider vsync,
})

Implementation

SoundEditGifController({required this.vsync})
    : super.unbounded(
        value: 0,
        vsync: vsync,
      );