MyEditCup class

Constructors

MyEditCup()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas, Size size, ExtendedImageCropLayerPainter painter, Rect rect) → void
Paint the entire crop layer, including mask, lines, and corners The rect may be bigger than size, when we roate crop rect. Adjust the rect to ensure the mask covers the whole area after rotation
paintCorners(Canvas canvas, Size size, ExtendedImageCropLayerPainter painter) → void
Draw corners of the crop area
inherited
paintLines(Canvas canvas, Size size, ExtendedImageCropLayerPainter painter) → void
Draw grid lines inside the crop area
inherited
paintMask(Canvas canvas, Rect rect, ExtendedImageCropLayerPainter painter) → void
Draw the mask over the crop area
inherited
toString() String
A string representation of this object.
inherited

Operators

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