initialValueComparison property
Provide a custom comparator that will be used to identify the relation between the initialValues and options provided
Implementation
final bool Function(List<T> initialValue, T valueCompared)? initialValueComparison;