I have a StatefulWidget and I have a property:
Set selectedCategories = SplayTreeSet((a,b) => a.label.compareTo(b.label));
I wa