bounds method

Rect bounds()

Creates a Rect bounds for this Image

Implementation

Rect bounds() => Rect.fromLTRB(0, 0, width.toDouble(), height.toDouble());