MajorTickLines constructor

MajorTickLines({double size: 5, double width: 1, Color color })

Implementation

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