PerformanceOverlay constructor

PerformanceOverlay({
  1. required Widget child,
  2. bool enabled = true,
  3. Key? key,
})

Implementation

PerformanceOverlay({required this.child, this.enabled = true, super.key});