size property
      
      Size?
      get
      size
      
    
    
The resize value to process.
If the value doesn't match AspectRatio type proportion or minimum size, an adjustment is applied.
Use OutputImageCropAspectRatio to check you size matches AspectRatio type proportions and minimum size.
Implementation
Size? get size => _size;