ScannerAnimation constructor
const
ScannerAnimation({})
Implementation
const ScannerAnimation({
super.key,
required Animation<double> animation,
this.scanningColor = Colors.blue,
this.scanningHeightOffset = 0.4,
}) : super(
listenable: animation,
);