callback property

DynamicListItemCallback? callback
final

The callback method for the list item.

This method will be called in the onTap method of the list item.

Implementation

final DynamicListItemCallback? callback;