RasterRenderOptions constructor
const
RasterRenderOptions({})
Creates a native terminal rendering profile.
Implementation
const RasterRenderOptions({
this.fontSize = 14,
this.cellWidth,
this.cellHeight,
this.padding = 0,
this.foreground = const UvRgb(204, 204, 204),
this.background = const UvRgb(0, 0, 0),
this.palette,
this.strict = true,
});