updated iconpicker
This commit is contained in:
12
lib/theme.dart
Normal file
12
lib/theme.dart
Normal 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,
|
||||
// ),
|
||||
// ),
|
||||
);
|
||||
Reference in New Issue
Block a user