Focus constructor
const
Focus({
- Key? key,
- Widget? child,
- FocusNode? node,
- bool canFocus = true,
- KeyHandler? onKey,
Implementation
const Focus({
super.key,
super.child,
this.node,
this.canFocus = true,
this.onKey,
});