FocusManager constructor
FocusManager({
- required Context context,
Creates a new FocusManager bound to the given context
.
Implementation
FocusManager({required this.context});
Creates a new FocusManager bound to the given context
.
FocusManager({required this.context});