FoldOptions constructor

const FoldOptions({
  1. int width = _kDefaultFoldWidth,
})

Creates fold options with an optional width (defaults to 78). Audited: 2026-06-12 11:26 EDT

Implementation

const FoldOptions({this.width = _kDefaultFoldWidth});