FocusScope constructor
FocusScope({
- required Widget child,
- FocusController? controller,
- bool isTrapped = false,
- Key? key,
Implementation
FocusScope({
required this.child,
this.controller,
this.isTrapped = false,
super.key,
});