Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -417,7 +417,7 @@ class Directionality extends StatelessWidget implements Inherited { | @@ -417,7 +417,7 @@ class Directionality extends StatelessWidget implements Inherited { | ||
| 417 | @override | 417 | @override |
| 418 | Widget build(Context context) { | 418 | Widget build(Context context) { |
| 419 | return InheritedWidget( | 419 | return InheritedWidget( |
| 420 | - build: (context) => child, | 420 | + build: (Context context) => child, |
| 421 | inherited: this, | 421 | inherited: this, |
| 422 | ); | 422 | ); |
| 423 | } | 423 | } |
-
Please register or login to post a comment