Taxi Booking in Flutter - Constant Dart file

Create a file called 'constant.dart' in lib -> common folder where you will write following code

Create a Taxi Booking Project in flutter

Please, support my blog by clicking on our sponsors ad!


import 'package:flutter/material.dart';

const Color PrimaryColor = Color(0xFF156EE6);
const Color SecondaryColor = Color(0xFFF8F9FD);
const Color RegentGray = Color(0xFF868F9E);
const Color Navy = Color(0xFF0C1F3D);
const Color GhostWhite = Color(0xFFF7F9FC);
const Color GreenTeal = Color(0xFF0AB75B);
const Color LightGreenTeal = Color(0xFFF2FDF5);
Go to Main project

Comments

Popular posts from this blog

Push Notifications in .NET MAUI: A Comprehensive Guide

Explore the UI libraries available for .NET MAUI at no cost.

Push Notification using Firebase in xamarin form (Android and IOS)