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