PerformanceOverlay constructor
Create a performance overlay that only displays specific statistics. The mask is created by shifting 1 by the index of the specific PerformanceOverlayOption to enable.
Implementation
const PerformanceOverlay({
super.key,
this.optionsMask = 0,
});