AngleOptions constructor
      const
      AngleOptions({})
     
    
    
Implementation
const AngleOptions({
  required this.width,
  required this.height,
  required this.dpr,
  this.alpha = false,
  this.antialias = false,
  this.customRenderer = true,
  this.useSurfaceProducer = false,
});