ExampleTerminalApp constructor

const ExampleTerminalApp({
  1. ValueNotifier<String>? title,
  2. PtyFactory? ptyFactory,
  3. EngineFactory? engineFactory,
  4. TerminalConfig? config,
  5. Stream<TerminalConfig>? configUpdates,
  6. UrlLauncher? launchUrl,
  7. Key? key,
})

Implementation

const ExampleTerminalApp({
  this.title,
  this.ptyFactory,
  this.engineFactory,
  this.config,
  this.configUpdates,
  this.launchUrl,
  super.key,
});