FocusGroup constructor
const
FocusGroup({
- Key? key,
- required Widget builder(
- BuildContext context,
- bool isActive
- ValueChanged<
bool> ? onActiveChanged, - bool autofocus = false,
Implementation
const FocusGroup({
super.key,
required this.builder,
this.onActiveChanged,
this.autofocus = false,
});