Adds a key to a widget.
Widget keyBuilder({ required Key key, }) { return KeyedSubtree( key: key, child: this, ); }