No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

constants.dart 164B

123456
  1. import 'package:flutter/material.dart';
  2. const kPrimaryColor = Color(0xFF6F35A5);
  3. const kPrimaryLightColor = Color(0xFFF1E6FF);
  4. const double defaultPadding = 16.0;