CameraPreview constructor
const
CameraPreview(
- CameraController controller, {
- Widget? child,
Creates a preview widget for the given camera controller.
Implementation
const CameraPreview(this.controller, {this.child});