PerformanceHud constructor
const
PerformanceHud({
- required Widget child,
- required PerformanceMonitorStore store,
- required PerformanceHudController controller,
- VoidCallback? onOpenDashboard,
- VoidCallback? onHidden,
- Key? key,
Creates the floating window that wraps child.
Implementation
const PerformanceHud({
required this.child,
required this.store,
required this.controller,
this.onOpenDashboard,
this.onHidden,
super.key,
});