TuiRendererOptions constructor
const
TuiRendererOptions({})
Creates renderer options.
All parameters have sensible defaults for fullscreen rendering.
Implementation
const TuiRendererOptions({
this.fps = 60,
this.altScreen = true,
this.hideCursor = true,
this.ansiCompress = false,
this.screenMode = ScreenMode.fullScreen,
this.inlineHeight = 4,
this.uiAnchor = UiAnchor.bottom,
});