Gutter constructor

const Gutter(
  1. GutterStyle gutterStyle,
  2. bool enableBreakPoints,
  3. bool enableFolding, {
  4. Key? key,
})

Implementation

const Gutter(
  this.gutterStyle,
  this.enableBreakPoints,
  this.enableFolding, {
  super.key,
});