customSize property

Size? customSize
final

Defines the size of the scaling base of the image inside PhotoView, by default it is MediaQuery.of(context).size.

Implementation

final Size? customSize;