menu
neomage package
documentation
data/commands/builtin/extended_commands.dart
ThemeCommand
ThemeCommand.new constructor
ThemeCommand.new constructor
dark_mode
light_mode
ThemeCommand
constructor
ThemeCommand
(
{
required
String
getCurrentTheme
(),
required
void
setTheme
(
String
),
})
Implementation
ThemeCommand({required this.getCurrentTheme, required this.setTheme});
neomage package
documentation
data/commands/builtin/extended_commands
ThemeCommand
ThemeCommand.new constructor
ThemeCommand class