bounds method

  1. @override
Rectangle bounds()
override

Returns the bounds of this empty drawable.

Implementation

@override
Rectangle bounds() => Rectangle(minX: 0, minY: 0, maxX: width, maxY: height);