render abstract method

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

Renders the underlying widget to the provided buffer within the area.

Implementation

void render(Buffer buffer, Rect area);