compose method
Composes a Drawable onto this canvas.
Implementation
Canvas compose(Drawable drawer) {
drawer.draw(this, bounds());
return this;
}
Composes a Drawable onto this canvas.
Canvas compose(Drawable drawer) {
drawer.draw(this, bounds());
return this;
}