ScalifyDebugOverlay constructor
const
ScalifyDebugOverlay({})
Creates a ScalifyDebugOverlay.
Implementation
const ScalifyDebugOverlay({
super.key,
required this.child,
this.enabled = true,
this.initialTop = 50.0,
this.initialRight = 16.0,
});