WBackgroundGrid constructor

const WBackgroundGrid({
  1. Key? key,
  2. Widget? icon,
  3. Widget? child,
  4. double? gridSize,
})

Implementation

const WBackgroundGrid({
  super.key,
  this.icon,
  this.child,
  this.gridSize,
});