RenderStats constructor
const
RenderStats({})
Creates a new instance of RenderStats.
Implementation
const RenderStats({
required this.fps,
required this.vertexCount,
required this.lastFrameTime,
this.cpuFrameTimeMs,
this.gpuFrameTimeMs,
this.profilerType,
});