SplitLine constructor

const SplitLine({
  1. bool show = false,
  2. int interval = -1,
  3. LineStyle style = const LineStyle(),
})

Implementation

const SplitLine({
  this.show = false,
  this.interval = -1,
  this.style = const LineStyle(),
});