BackgroundGrid constructor
      const
      BackgroundGrid({ 
    
    
- Key? key,
- BackgroundGridSettings settings = const BackgroundGridSettings(xDensity: 15.0, yDensity: 15.0, showLines: false),
Implementation
const BackgroundGrid({
  super.key,
  this.settings = const BackgroundGridSettings(
    xDensity: 15.0,
    yDensity: 15.0,
    showLines: false,
  ),
});