viewPort property

CroppieViewPort? viewPort
final

The inner container of the coppie. The visible part of the image. Default = { width: 400, height: 400, type: 'square' } Valid type values:'square' 'circle'

Implementation

final CroppieViewPort? viewPort;