keys property

Map<String, Key> keys
final

Stable GlobalKeys keyed by property name.

Reusing the same key across builds ensures editor widgets preserve their internal state (e.g. text cursor position) while the property list is re-rendered.

Implementation

final Map<String, Key> keys = {};