CameraFpsGraph constructor

const CameraFpsGraph({
  1. Key? key,
  2. double width = 108,
  3. double height = 44,
  4. int samples = 48,
  5. double targetFps = 60,
})

Implementation

const CameraFpsGraph({
  super.key,
  this.width = 108,
  this.height = 44,
  this.samples = 48,
  this.targetFps = 60,
});