RenderContext constructor
const
RenderContext({
- required ColorProfile colorProfile,
- required bool hasDarkBackground,
Implementation
const RenderContext({
required this.colorProfile,
required this.hasDarkBackground,
});