PixelPerfectGridOverlay constructor
const
PixelPerfectGridOverlay({})
Implementation
const PixelPerfectGridOverlay({
super.key,
required this.child,
this.visible = false,
this.columns = 12,
this.color = Colors.green,
this.opacity = 0.2,
this.snapToGrid = false,
});