FrameTimeChart constructor
const
FrameTimeChart({})
Creates a chart of frames, compared against frameBudget.
Implementation
const FrameTimeChart({
required this.frames,
required this.frameBudget,
this.height = 120,
this.showScale = true,
this.showLegend = true,
super.key,
});