ChipSelectionData<T> constructor
const
ChipSelectionData<T> ({
- required T value,
- required String label,
- String? tooltip,
- bool disabled = false,
- dynamic meta,
- ChipSelectionItemStyle? style,
- ChipSelectionItemStyle? activeStyle,
- void select(
- bool selected
- bool selected = false,
Default Constructor
Implementation
const ChipSelectionData({
required this.value,
required this.label,
this.tooltip,
this.disabled = false,
this.hidden = false,
this.meta,
this.style,
this.activeStyle,
this.select,
this.selected = false,
});