NicePerformanceOverlay constructor
Implementation
const NicePerformanceOverlay({
super.key,
required this.child,
this.enabled = kDebugMode,
this.position = Alignment.topRight,
this.showFps = true,
this.showMemory = true,
this.showBuildTime = true,
});