SlowmoCameraPreview constructor

const SlowmoCameraPreview({
  1. Key? key,
  2. double? aspectRatio,
})

Constructs the preview.

Implementation

const SlowmoCameraPreview({super.key, this.aspectRatio});