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