Focus constructor
const
Focus({})
Creates a new Focus widget.
Implementation
const Focus({
super.key,
required this.child,
this.focusNode,
this.autofocus = false,
this.onKeyEvent,
this.onFocusChange,
});
Creates a new Focus widget.
const Focus({
super.key,
required this.child,
this.focusNode,
this.autofocus = false,
this.onKeyEvent,
this.onFocusChange,
});