FixedDotDecoration constructor

const FixedDotDecoration({
  1. Color color = Colors.grey,
  2. double strokeWidth = 0.0,
  3. Color strokeColor = Colors.grey,
})

Implementation

const FixedDotDecoration({
  this.color = Colors.grey,
  this.strokeWidth = 0.0,
  this.strokeColor = Colors.grey,
});