ImageScannerAnimation constructor

const ImageScannerAnimation(
  1. bool stopped,
  2. double width, {
  3. Key? key,
  4. required Animation<double> animation,
})

Implementation

const ImageScannerAnimation(this.stopped, this.width, {super.key, required Animation<double> animation}) : super(listenable: animation);