Committed by
GitHub
Merge pull request #805 from worldofsites/master
Possible fix for issue #804
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -1044,7 +1044,7 @@ Since version 2.8 it is possible to access the properties | @@ -1044,7 +1044,7 @@ Since version 2.8 it is possible to access the properties | ||
| 1044 | } | 1044 | } |
| 1045 | 1045 | ||
| 1046 | ///The window to which this binding is bound. | 1046 | ///The window to which this binding is bound. |
| 1047 | - ui.Window get window => ui.window; | 1047 | + ui.SingletonFlutterWindow get window => ui.window; |
| 1048 | 1048 | ||
| 1049 | Locale get deviceLocale => window.locale; | 1049 | Locale get deviceLocale => window.locale; |
| 1050 | 1050 |
-
Please register or login to post a comment