CameraController constructor

CameraController({
  1. double smoothing = 0.12,
})

Creates a controller with the given smoothing settle time in seconds.

Implementation

CameraController({this.smoothing = 0.12});