reactive/selector library

Typedefs

Eq<S> = bool Function(S a, S b)
InteractState = ({bool drag, bool isEditing, bool longPress, bool tap})
SelectorFn<T extends Listenable, S> = S Function(T notifier)
SelHoverState = ({bool isActive, bool isHovered})