FSelectGroup<T> constructor
const
FSelectGroup<T> ({
- required List<
FSelectGroupItemMixin< children,T> > - FMultiValueControl<
T> ? control, - FSelectGroupStyle style(
- FSelectGroupStyle style
- Widget? label,
- Widget? description,
- Widget errorBuilder(
- BuildContext context,
- String message
- FormFieldSetter<
Set< ? onSaved,T> > - VoidCallback? onReset,
- FormFieldValidator<
Set< ? validator,T> > - String? forceErrorText,
- bool enabled = true,
- AutovalidateMode autovalidateMode = .disabled,
- Key? key,
Creates a FSelectGroup.
Implementation
const FSelectGroup({
required this.children,
this.control,
this.style,
this.label,
this.description,
this.errorBuilder = FFormFieldProperties.defaultErrorBuilder,
this.onSaved,
this.onReset,
this.validator,
this.forceErrorText,
this.enabled = true,
this.autovalidateMode = .disabled,
super.key,
});