CameraState constructor Null safety

CameraState(
  1. {required Map<String?, Object?> center,
  2. required MbxEdgeInsets padding,
  3. required double zoom,
  4. required double bearing,
  5. required double pitch}
)

Implementation

CameraState({
  required this.center,
  required this.padding,
  required this.zoom,
  required this.bearing,
  required this.pitch,
});