stagexl
stagexl
Rectangle
isEmpty
isEmpty
stagexl
stagexl
Rectangle
isEmpty
property
isEmpty
stagexl
stagexl
Rectangle
Constructors
Rectangle
from
Properties
bottom
bottomLeft
bottomRight
center
hashCode
height
isEmpty
left
right
runtimeType
size
top
topLeft
topRight
width
Operators
operator ==
Methods
align
boundingBox
clone
contains
containsPoint
containsRectangle
copyFrom
inflate
inflatePoint
intersection
intersects
noSuchMethod
offset
offsetPoint
setTo
toString
bool
isEmpty
Source
bool get isEmpty => width <= 0 || height <= 0;