MajorGridLines constructor

const MajorGridLines(
  1. {double width = 0.7,
  2. Color? color,
  3. List<double>? dashArray}
)

Creating an argument constructor of MajorGridLines class.

Implementation

const MajorGridLines({this.width = 0.7, this.color, this.dashArray});