MeshagentTerminalView constructor
const
MeshagentTerminalView({
- Key? key,
- required MeshagentTerminalController terminal,
- bool muted = false,
- bool showCursor = true,
- EdgeInsets padding = const EdgeInsets.all(16),
Implementation
const MeshagentTerminalView({
super.key,
required this.terminal,
this.muted = false,
this.showCursor = true,
this.padding = const EdgeInsets.all(16),
});