ReactiveKey typedef

ReactiveKey = Key

A shortcut type alias for uniquely identifying reactive widgets.

This is typically a ValueKey, UniqueKey, or any other Key used to control rebuild behavior via the ReactiveNotifier.

Implementation

typedef ReactiveKey = Key;