DocumentScanView constructor

const DocumentScanView({
  1. required DocumentSide side,
  2. Key? key,
})

Implementation

const DocumentScanView({
  required this.side,
  Key? key,
}) : super(key: key);