Returns the bounds of this empty drawable.
@override Rectangle bounds() => Rectangle(minX: 0, minY: 0, maxX: width, maxY: height);