DesignGridDebugOverlay constructor
const
DesignGridDebugOverlay({})
Implementation
const DesignGridDebugOverlay({
super.key,
this.color = const Color(0xFFFF00FF),
this.isVisible = true,
this.enableControls = true,
this.isInBackground = false,
required this.child,
});