Corner class

Constructors

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

Properties

bgColor Color
final
fontColor Color
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData
final
loc Offset
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleRatio double
final

Methods

acceptEvent(Offset eventLoc) bool
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