initialScale property
dynamic
initialScale
final
Defines the initial size in which the image will be assume in the mounting of the component, it is proportional to the original image size. Can be either a double (absolute value) or a PhotoViewComputedScale, that can be multiplied by a double
Implementation
final dynamic initialScale;