GhosttyTerminalCopyOptions constructor

const GhosttyTerminalCopyOptions({
  1. bool trimTrailingSpaces = true,
  2. bool joinWrappedLines = false,
  3. String wrappedLineJoiner = '',
})

Implementation

const GhosttyTerminalCopyOptions({
  this.trimTrailingSpaces = true,
  this.joinWrappedLines = false,
  this.wrappedLineJoiner = '',
});