menu
neomage package
documentation
data/commands/builtin/extended_commands.dart
VimCommand
VimCommand.new constructor
VimCommand.new constructor
dark_mode
light_mode
VimCommand
constructor
VimCommand
(
{
required
void
onVimToggle
(
bool
),
required
bool
isVimMode
(),
})
Implementation
VimCommand({required this.onVimToggle, required this.isVimMode});
neomage package
documentation
data/commands/builtin/extended_commands
VimCommand
VimCommand.new constructor
VimCommand class