FoldConfig constructor

const FoldConfig({
  1. String placeholderText = '…',
})

Implementation

const FoldConfig({
  this.placeholderText = '…',
});