RustWebcamView constructor

const RustWebcamView({
  1. dynamic key,
  2. int width = 1280,
  3. int height = 720,
})

Implementation

const RustWebcamView({super.key, this.width = 1280, this.height = 720});