DotGridBackground constructor
const
DotGridBackground({})
Implementation
const DotGridBackground({
this.size = 2.0,
this.spacing = 50.0,
this.dotColor = Colors.black12,
this.backgroundColor = Colors.white,
this.naturalPan = true,
}) : super();