Add late to S current for localization

M committed Oct 14, 2022 at 11:27 UTC 016a153e8d2519d1a7a8f70d61d3555b287723b2
1 file changed +1 -1
tool/localization/localization_constants.dart
+1 -1
@@ -21,7 +21,7 @@ import \'package:flutter/material.dart\';
21 class S implements WidgetsLocalizations {
22 const S();
23
24 - static S current;
24 + static late S current;
25
26 static const GeneratedLocalizationsDelegate delegate =
27 GeneratedLocalizationsDelegate();