render abstract method
Renders the component into the provided CanvasBuffer
using the given bounds
as the drawing area.
Implementation
void render(CanvasBuffer buffer, Rect bounds);
Renders the component into the provided CanvasBuffer
using the given bounds
as the drawing area.
void render(CanvasBuffer buffer, Rect bounds);