key property

  1. @nonVirtual
  2. @override
Key? key
override

Associated widget's key.

Accessing it is not valid on root context.

Implementation

@nonVirtual
@override
Key? get key => _key;