TermareView constructor

const TermareView({
  1. Key? key,
  2. TermareController? controller,
  3. KeyboardInput? keyboardInput,
  4. InputHandler? onTextInput,
  5. KeyStrokeHandler? onKeyStroke,
  6. ActionHandler? onAction,
})

Implementation

const TermareView({
  Key? key,
  this.controller,
  this.keyboardInput,
  this.onTextInput,
  this.onKeyStroke,
  this.onAction,
}) : super(key: key);