mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
Add late to S current for localization
This commit is contained in:
parent
a283660c42
commit
016a153e8d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import \'package:flutter/material.dart\';
|
||||||
class S implements WidgetsLocalizations {
|
class S implements WidgetsLocalizations {
|
||||||
const S();
|
const S();
|
||||||
|
|
||||||
static S current;
|
static late S current;
|
||||||
|
|
||||||
static const GeneratedLocalizationsDelegate delegate =
|
static const GeneratedLocalizationsDelegate delegate =
|
||||||
GeneratedLocalizationsDelegate();
|
GeneratedLocalizationsDelegate();
|
||||||
|
|
Loading…
Reference in a new issue