Skip to content

Commit a11e589

Browse files
authored
Update themes.dart
1 parent 4961c84 commit a11e589

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

themes.dart

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
//Applying dark & light themes in flutter
2-
//code snippet taken from abuanwar072 (applied some of my own changes too)
31

4-
import 'package:colorCode.dart';
5-
import 'package:flutter/material.dart';
6-
import 'package:google_fonts/google_fonts.dart';
7-
8-
9-
// let's add light theme on our app
102

113
ThemeData lightThemeData(BuildContext context) {
124
return ThemeData.light().copyWith(

0 commit comments

Comments
 (0)