SplitArea constructor

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

Implementation

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