MinorTickLines constructor

MinorTickLines({double size: 3, double width: 0.7, Color color })

Implementation

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