render method
Renders the widget onto the provided buffer within the specified area.
Implementation
@override
void render(Buffer buffer, Rect area) {
final rootContext = InheritedElement(this)..mount(null);
rootContext.render(buffer, area);
}