AxonMultiSelectInput constructor
const
AxonMultiSelectInput({
- Key? key,
- required AxonFormNode node,
- AxonFormMultiSelectInputStyle? style,
- Widget builder(
- BuildContext context,
- AxonFormNode field,
- List<
AxonFormNode> options, - List<
String> ? selectedValue, - void onChanged(
- AxonFormNode option,
- bool? checked
- String? errorText,
Implementation
const AxonMultiSelectInput({
super.key,
required super.node,
this.style,
this.builder,
});