CommonShortcuts constructor
const
CommonShortcuts({
- required Widget child,
- VoidCallback? newCallback,
- VoidCallback? openCallback,
- VoidCallback? deleteCallback,
- VoidCallback? moveUpCallback,
- VoidCallback? moveDownCallback,
- VoidCallback? homeCallback,
- VoidCallback? endCallback,
- VoidCallback? pageUpCallback,
- VoidCallback? pageDownCallback,
- VoidCallback? testCallback,
- VoidCallback? backspaceCallback,
- String? copyText,
- Key? key,
Create an instance.
Implementation
const CommonShortcuts({
required this.child,
this.newCallback,
this.openCallback,
this.deleteCallback,
this.moveUpCallback,
this.moveDownCallback,
this.homeCallback,
this.endCallback,
this.pageUpCallback,
this.pageDownCallback,
this.testCallback,
this.backspaceCallback,
this.copyText,
super.key,
});