onChanged property

(void Function(LikkEntity entity, bool removed)?) onChanged
final

While picking likk using gallery removed will be true if, previously selected likk is unselected otherwise false.

Implementation

final void Function(LikkEntity entity, bool removed)? onChanged;