InstaAssetCropDelegate class

Constructors

InstaAssetCropDelegate({bool isSquareDefaultCrop = false, double preferredSize = 1080})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isSquareDefaultCrop bool
The param isSquareDefaultCrop specifies if the crop view should be initialized on square mode.
final
preferredSize double
The param preferredSize is used to produce higher quality cropped image. Keep in mind that the higher this value is, the heavier the cropped image will be.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited