ExampleTerminalApp constructor
const
ExampleTerminalApp({
- ValueNotifier<
String> ? title, - PtyFactory? ptyFactory,
- EngineFactory? engineFactory,
- TerminalConfig? config,
- Stream<
TerminalConfig> ? configUpdates, - UrlLauncher? launchUrl,
- Key? key,
Implementation
const ExampleTerminalApp({
this.title,
this.ptyFactory,
this.engineFactory,
this.config,
this.configUpdates,
this.launchUrl,
super.key,
});