ItemSelectionActionCallback typedef

ItemSelectionActionCallback = bool Function(int start, int end)

Signature for a callback function that is called by ItemSelectionController when items are interactively selected by the user.

Implementation

typedef ItemSelectionActionCallback = bool Function(int start, int end);