updated iconpicker

This commit is contained in:
2022-11-18 14:51:47 -05:00
parent 4cfffa59f9
commit 7e6ccf67a2
7 changed files with 75 additions and 9 deletions

12
lib/theme.dart Normal file
View File

@@ -0,0 +1,12 @@
import 'package:flutter/material.dart';
var appTheme = ThemeData(
brightness: Brightness.light,
// textTheme: const TextTheme(
// bodyText1: TextStyle(fontSize: 18),
// button: TextStyle(
// letterSpacing: 1.5,
// fontWeight: FontWeight.bold,
// ),
// ),
);