initFov property

double? initFov
final

iOS only The field of view (FOV) encompassed by the larger dimension (width or height) of the view in degrees at zoom 1. This is clamped to the range 1, 160 degrees, and has a default value of 90. Lower FOV values produce a zooming in effect; larger FOV values produce an fisheye effect.

Implementation

final double? initFov;