CameraController constructor
CameraController({
- double smoothing = 0.12,
Creates a controller with the given smoothing settle time in seconds.
Implementation
CameraController({this.smoothing = 0.12});