Add late to S current for localization

This commit is contained in:
M 2022-10-14 11:27:57 -04:00
parent a283660c42
commit 016a153e8d

View file

@ -21,7 +21,7 @@ import \'package:flutter/material.dart\';
class S implements WidgetsLocalizations {
const S();
static S current;
static late S current;
static const GeneratedLocalizationsDelegate delegate =
GeneratedLocalizationsDelegate();