ScanView constructor

ScanView({
  1. required Widget child,
  2. ScanController? controller,
})

Implementation

ScanView({required this.child, this.controller});