GhosttyTerminalWidget constructor

const GhosttyTerminalWidget({
  1. required String sampleInput,
  2. bool isPasteSafe(
    1. String text
    )?,
  3. Key? key,
})

Implementation

const GhosttyTerminalWidget({
  required this.sampleInput,
  this.isPasteSafe,
  super.key,
});