contentRenderer property

(void Function(Terminal)?) contentRenderer
getter/setter pair

Set a void Function(Terminal) implementation to render content within the panel. The provided Terminal is already set up such that it represents the full extent of the available content area of this Panel. You can use this to draw panels without subclassing and overriding renderContent.

Implementation

void Function(Terminal)? contentRenderer;