Renders this nine box with the dimensions provided by dst.
dst
void drawRect(Canvas c, [Rect? dst]) { c.drawImageNine(sprite.image, center, dst ?? _dst, _whitePaint); }