builder property

Widget Function(BuildContext context, AxonFormNode field, List<AxonFormNode> options, List<String>? selectedValue, void onChanged(AxonFormNode option, bool? checked), String? errorText)? builder
final

Implementation

final Widget Function(
  BuildContext context,
  AxonFormNode field,
  List<AxonFormNode> options,
  List<String>? selectedValue,
  void Function(AxonFormNode option, bool? checked) onChanged,
  String? errorText,
)?
builder;