onSelect property

dynamic Function(int id, bool isSelect) onSelect
final

This method returns the id of the model you have selected and whether it is selected.

Implementation

final Function(int id, bool isSelect) onSelect;