imageRect property
Rect
get
imageRect
Implementation
Rect get imageRect => position == null
? Rect.zero
: position! & size + model.margin.bottomRight;
Rect get imageRect => position == null
? Rect.zero
: position! & size + model.margin.bottomRight;