internalParameters property
CropInternal
get
internalParameters
Returns the internal parameters of the state
can be provided using initialParam
to initialize the view to the same state
Implementation
CropInternal get internalParameters =>
CropInternal(view: _view, area: _area, scale: _scale);