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