QuillKeyboardListener constructor

const QuillKeyboardListener({
  1. required Widget child,
  2. Key? key,
})

Implementation

const QuillKeyboardListener({required this.child, Key? key})
    : super(key: key);