mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2026-03-18 15:45:56 +00:00
Layout created for single screen app
This commit is contained in:
9
lib/Utils/Constants.dart
Normal file
9
lib/Utils/Constants.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:flutter/cupertino.dart';
|
||||
|
||||
const Color colourOne = Color(0xFF253031);
|
||||
const Color colourTwo = Color(0xFF315659);
|
||||
const Color colourThree = Color(0xFF2978A0);
|
||||
const Color colourFour = Color(0xFF8549ff);
|
||||
const Color colourFive = Color(0xFFC6E0FF);
|
||||
|
||||
const double PADDING_GLOBAL = 12;
|
||||
Reference in New Issue
Block a user