Gutter constructor
const
Gutter(
- GutterStyle gutterStyle,
- bool enableBreakPoints,
- bool enableFolding, {
- Key? key,
Implementation
const Gutter(
this.gutterStyle,
this.enableBreakPoints,
this.enableFolding, {
super.key,
});