CustomScreenDesignView constructor

const CustomScreenDesignView({
  1. Key? key,
  2. dynamic onResultDetected(
    1. ScanResult result
    )?,
})

Implementation

const CustomScreenDesignView({super.key, this.onResultDetected});