key property

ValueKey<StandardComponentType> get key

Returns a ValueKey for this StandardComponentType.

Attach this key to a widget to indicate it is a standard UI component.

Implementation

ValueKey<StandardComponentType> get key => ValueKey<StandardComponentType>(this);