Pontus Lundin
Committed by GitHub

Update root_widget.dart

1 -iimport 'package:flutter/foundation.dart'; 1 +import 'package:flutter/foundation.dart';
2 import 'package:flutter/material.dart'; 2 import 'package:flutter/material.dart';
3 import 'package:get/get.dart'; 3 import 'package:get/get.dart';
4 import 'package:get/src/instance/get_instance.dart'; 4 import 'package:get/src/instance/get_instance.dart';
@@ -240,7 +240,6 @@ class GetMaterialApp extends StatelessWidget { @@ -240,7 +240,6 @@ class GetMaterialApp extends StatelessWidget {
240 darkTheme: darkTheme, 240 darkTheme: darkTheme,
241 themeMode: _.themeMode ?? themeMode ?? ThemeMode.system, 241 themeMode: _.themeMode ?? themeMode ?? ThemeMode.system,
242 locale: Get.locale ?? locale, 242 locale: Get.locale ?? locale,
243 - fallbackLocale: Get.fallbackLocale ?? fallbackLocale,  
244 localizationsDelegates: localizationsDelegates, 243 localizationsDelegates: localizationsDelegates,
245 localeListResolutionCallback: localeListResolutionCallback, 244 localeListResolutionCallback: localeListResolutionCallback,
246 localeResolutionCallback: localeResolutionCallback, 245 localeResolutionCallback: localeResolutionCallback,