View constructor
const
View({
- required String content,
- Cmd? onMouse(
- MouseMsg msg
- Cursor? cursor,
- Color? backgroundColor,
- Color? foregroundColor,
- String? windowTitle,
- TerminalProgressBar? progressBar,
- bool? altScreen,
- bool? reportFocus,
- bool? bracketedPaste,
- MouseMode? mouseMode,
- KeyboardEnhancements? keyboardEnhancements,
- ViewDegradation? degradation,
Implementation
const View({
required this.content,
this.onMouse,
this.cursor,
this.backgroundColor,
this.foregroundColor,
this.windowTitle,
this.progressBar,
this.altScreen,
this.reportFocus,
this.bracketedPaste,
this.mouseMode,
this.keyboardEnhancements,
this.degradation,
});