menu
xterm package
documentation
terminal/platform.dart
PlatformBehavior
PlatformBehavior.new const constructor
PlatformBehavior.new const constructor
dark_mode
light_mode
PlatformBehavior
constructor
const
PlatformBehavior
(
{
required
Set
<
int
>
oscTerminators
,
required
bool
useMacInputBehavior
,
})
Implementation
const PlatformBehavior({ required this.oscTerminators, required this.useMacInputBehavior, });
xterm package
documentation
terminal/platform
PlatformBehavior
PlatformBehavior.new const constructor
PlatformBehavior class