NiceAttractionPicker constructor
const
NiceAttractionPicker({ - Key? key,
- required List<NiceEventAttraction> attractions,
- ValueChanged<String>? onSelect,
- ValueChanged<String>? onDeselect,
- ValueChanged<String>? onVote,
- Set<String> selectedIds = const {},
- int? maxSelections,
- bool showVotes = true,
- bool readOnly = false,
- bool gridLayout = true,
})
Implementation
const NiceAttractionPicker({
super.key,
required this.attractions,
this.onSelect,
this.onDeselect,
this.onVote,
this.selectedIds = const {},
this.maxSelections,
this.showVotes = true,
this.readOnly = false,
this.gridLayout = true,
});