CornerGrabber class

Constructors

CornerGrabber({required double imageWidth, required double imageHeight, required double scaleRatio, required Color outerRectColor, required double outerRectStrokeWidth, required Color innerRectColor, required double innerRectStrokeWidth, required Color tlCornerBgColor, required Color tlCornerFontColor, required Color brCornerBgColor, required Color brCornerFontColor})

Properties

boudingRectItem Region
no setter
boundingRectItem BoundingRectItem
final
hashCode int
The hash code for this object.
no setterinherited
margin Offset
final
outerRectColor Color
final
outerRectStrokeWidth double
final
region Region
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handleEvent(Offset eventLoc) ImageEditorMode?
isReady() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas) → void
resize(Offset tl, Offset br) → void
setPos(Offset loc) → void
toString() String
A string representation of this object.
inherited

Operators

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