ProcessView constructor
const
ProcessView({})
Implementation
const ProcessView({
required this.title,
required this.executable,
required this.args,
this.workingDirectory,
super.key,
});
const ProcessView({
required this.title,
required this.executable,
required this.args,
this.workingDirectory,
super.key,
});