MinorGridLines constructor

MinorGridLines({double width: 0.5, Color color, List<double> dashArray })

Implementation

MinorGridLines({this.width = 0.5, this.color, this.dashArray});