NumKeyboard constructor

const NumKeyboard({
  1. required KeyboardController controller,
})

Implementation

const NumKeyboard({required this.controller});