NiceCascadeOption<T> constructor
- required T value,
- required String label,
- List<
NiceCascadeOption< ? children,T> >
Implementation
const NiceCascadeOption({
required this.value,
required this.label,
this.children,
});
const NiceCascadeOption({
required this.value,
required this.label,
this.children,
});