RenderContext constructor

const RenderContext({
  1. required ColorProfile colorProfile,
  2. required bool hasDarkBackground,
})

Implementation

const RenderContext({
  required this.colorProfile,
  required this.hasDarkBackground,
});