Remove local property in MaterialApp of example

pull/1523/head
Ellet 1 year ago
parent f30540fc06
commit cc149c8f56
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 1
      example/lib/main.dart

@ -35,7 +35,6 @@ class MyApp extends StatelessWidget {
GlobalCupertinoLocalizations.delegate,
FlutterQuillLocalizations.delegate,
],
locale: const Locale('ar'),
supportedLocales: FlutterQuillLocalizations.supportedLocales,
home: const HomePage(),
);

Loading…
Cancel
Save