BoundingRectItem class

Constructors

BoundingRectItem({required double imageWidth, required double imageHeight, required double ratio, required Color innerRectColor, required double innerRectStrokeWidth})

Properties

hashCode int
The hash code for this object.
no setterinherited
imageHeight double
final
imageWidth double
final
innerRectColor Color
final
innerRectStrokeWidth double
final
rect Region
getter/setter pair
region Region
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
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 tl) → void
toString() String
A string representation of this object.
inherited

Operators

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