rect property
Rect
get
rect
Implementation
Rect get rect => Rect.fromLTRB(x.toDouble(), y.toDouble(), right.toDouble(), bottom.toDouble());
Rect get rect => Rect.fromLTRB(x.toDouble(), y.toDouble(), right.toDouble(), bottom.toDouble());