Corner class

Constructors

Corner({required IconData icon, required double scaleRatio, required Color fontColor, required Color bgColor})

Properties

bgColor Color
Corner color
final
fontColor Color
Icon color
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData
Icon in the corner
final
loc Offset
Location of corner
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleRatio double
Scale ratio from SimpleImageCropper
final

Methods

acceptEvent(Offset eventLoc) bool
Check whether user tap on the corner
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas) → void
toString() String
A string representation of this object.
inherited

Operators

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