backup.
This commit is contained in:
@@ -19,10 +19,11 @@ import '../widgets/mobile/mobile_navigation_drawer.dart';
|
||||
import 'package:responsive_builder/responsive_builder.dart';
|
||||
|
||||
class Home extends StatefulWidget {
|
||||
final Locale locale;
|
||||
Locale locale;
|
||||
final String title;
|
||||
|
||||
Home(this.locale, {Key key, this.title}) : super(key: key);
|
||||
Home(Locale locale, {Key key, this.title}) :
|
||||
locale = locale ?? store.state.locale;
|
||||
|
||||
@override
|
||||
State<StatefulWidget> createState() {
|
||||
|
||||
Reference in New Issue
Block a user