menu
flutter_alacritty package
documentation
config/terminal_config.dart
BellConfig
BellConfig.new const constructor
BellConfig.new const constructor
dark_mode
light_mode
BellConfig
constructor
const
BellConfig
(
{
required
int
color
,
required
int
duration
,
required
String
animation
,
})
Implementation
const BellConfig({ required this.color, required this.duration, required this.animation, });
flutter_alacritty package
documentation
config/terminal_config
BellConfig
BellConfig.new const constructor
BellConfig class