render abstract method

void render(
  1. Buffer buffer,
  2. Rect area
)

Renders the widget onto the provided buffer within the specified area.

Implementation

void render(Buffer buffer, Rect area);