GhosttyTerminalRun constructor

const GhosttyTerminalRun({
  1. required String text,
  2. required int cells,
  3. GhosttyTerminalStyle style = const GhosttyTerminalStyle(),
})

Implementation

const GhosttyTerminalRun({
  required this.text,
  required this.cells,
  this.style = const GhosttyTerminalStyle(),
});