@override Widget build(Context context) { return InheritedWidget( inherited: data, build: (Context context) => child, ); }