restaurant view | tags component

This commit is contained in:
2020-10-18 19:54:53 +02:00
parent 9c69610585
commit 735f0eadfd
4 changed files with 258 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ class App extends StatelessWidget {
},
child: MaterialApp(
title: 'Menui',
themeMode: ThemeMode.dark,
theme: ThemeData(
platform: TargetPlatform.iOS,
primarySwatch: Colors.orange,