DotGridBackgroundCpu constructor

const DotGridBackgroundCpu({
  1. double size = 2.0,
  2. double spacing = 50.0,
  3. Color dotColor = Colors.black12,
  4. Color backgroundColor = Colors.white,
  5. bool naturalPan = true,
})

Implementation

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