CameraRotateButton constructor

const CameraRotateButton({
  1. Key? key,
  2. required XCameraController xCameraController,
})

Implementation

const CameraRotateButton({Key? key, required this.xCameraController}) : super(key: key);