MinorTickLines constructor

const MinorTickLines({
  1. double size = 3,
  2. double width = 0.7,
  3. Color? color,
})

Creating an argument constructor of MinorTickLines class.

Implementation

const MinorTickLines({
  this.size = 3,
  this.width = 0.7,
  this.color,
});