Base Flutter App
This commit is contained in:
13
web_native/lib/theme/style.dart
Normal file
13
web_native/lib/theme/style.dart
Normal file
@@ -0,0 +1,13 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
ThemeData appTheme() {
|
||||
return ThemeData(
|
||||
primaryColor: Colors.white,
|
||||
accentColor: Colors.orange,
|
||||
hintColor: Colors.white,
|
||||
dividerColor: Colors.white,
|
||||
buttonColor: Colors.white,
|
||||
scaffoldBackgroundColor: Colors.black,
|
||||
canvasColor: Colors.black,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user