Added example project

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2024-09-18 10:39:46 +02:00
parent af6194608d
commit e6b2442eea
15 changed files with 536 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
import "package:flutter/material.dart";
final ThemeData darkTheme = ThemeData.dark();
final ThemeData lightTheme = ThemeData.light();