EquidistantLineStyle constructor

const EquidistantLineStyle({
  1. int amount = 5,
  2. double width = 1,
  3. Color color = Colors.grey,
})

Implementation

const EquidistantLineStyle({
  this.amount = 5,
  this.width = 1,
  this.color = Colors.grey,
});