onChanged property

void Function(Peep peep) onChanged
final

A callback executed, whenever an PeepAtom is selected. This will build a new Peep which will be exposed within the callback.

Implementation

final void Function(Peep peep) onChanged;