Created
May 24, 2022 05:24
-
-
Save PrasathRavichandran/04725077b1fd50cac70b813a2d4eb4bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
Color primaryTextColor = const Color(0xFF414C6B); | |
Color secondaryTextColor = const Color(0xFFE4979E); | |
Color titleTextColor = Colors.white; | |
Color contentTextColor = const Color(0xff868686); | |
Color navigationColor = const Color(0xFF6751B5); | |
Color gradientStartColor = const Color(0xFF4051A9); | |
Color gradientEndColor = const Color(0xFF9354B9); | |
Color dotColor = const Color(0xFFA87DCF); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment