states property

Map<Key, T> states
final

Stores transition states mapped by widget keys.

Implementation

final Map<Key, T> states = {};