pitch property

double? pitch
final

The pitch of the camera toward the horizon, in degrees.

A value of 0 results in a top-down view. Increasing this value tilts the camera to provide a three-dimensional perspective.

Defaults to 45.

Implementation

final double? pitch;