key property
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);
Returns a ValueKey for this StandardComponentType.
Attach this key to a widget to indicate it is a standard UI component.
ValueKey<StandardComponentType> get key => ValueKey<StandardComponentType>(this);