MinorSplitLine constructor

const MinorSplitLine({
  1. bool show = false,
  2. LineStyle style = const LineStyle(),
})

Implementation

const  MinorSplitLine({
   this.show = false,
   this.style = const LineStyle(),
 });