Creates a widget that builds its child.
const KeyedSubtree({ Key key, @required this.child }) : assert(child != null), super(key: key);