IntelligentCrop class

Constructors

IntelligentCrop()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

crop(int? requiredwidth, int? requiredheight, int? paddinpgpercentage, bool? mainptainporiginpalaspect, String? aspectratio, Gravitytowards? gravitytowards, Preferreddirection? preferreddirection, Objecttype? objectptype) TransformationData
Method for Intelligent Crop Plugin @param Required Width int (Default: 0) @param Required Height int (Default: 0) @param Padding Percentage int (Default: 0) @param Maintain Original Aspect bool (Default: false) @param Aspect Ratio String (Default: "") @param Gravity Towards Gravity towards? (Default: none) @param Preferred Direction Preferred direction? (Default: center) @param Object Type Object type? (Default: person) @return TransformationData.
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