VimCommand constructor

VimCommand({
  1. required void onVimToggle(
    1. bool
    ),
  2. required bool isVimMode(),
})

Implementation

VimCommand({required this.onVimToggle, required this.isVimMode});