SelectData<T> constructor
const
SelectData<T> ({
- required String label,
- required dynamic value,
- bool disabled = false,
- bool hasChildren = false,
- List<
SelectData< ? children,T> > - required T data,
Implementation
const SelectData({required this.label, required this.value, this.disabled = false, this.hasChildren = false, this.children, required this.data});