menu
ghostty_vte_flutter
ghostty_vte_flutter.dart
VtMode
VtMode.new const constructor
VtMode.new
dark_mode
light_mode
VtMode
constructor
const
VtMode
(
int
mode
, {
bool
ansi
=
false
,
})
Implementation
const VtMode(this.mode, {this.ansi = false}) : assert(mode >= 0 && mode <= 0x7FFF);
ghostty_vte_flutter
ghostty_vte_flutter
VtMode
VtMode.new const constructor
VtMode class