MajorTickLines constructor

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

Creating an argument constructor of MajorTickLines class.

Implementation

const MajorTickLines({this.size = 5, this.width = 1, this.color});