View constructor
const
View({})
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,
});