onChanged property

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

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

Implementation

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