CustomAnimationScanner constructor

const CustomAnimationScanner({
  1. required Rect scanWindow,
  2. Key? key,
})

Scanner Animation 扫描动画组件

Implementation

const CustomAnimationScanner({
  required this.scanWindow,
  super.key,
});