merge material 3

This commit is contained in:
tzw
2024-01-25 17:40:35 +06:30
parent 18053cbe3c
commit 991ecd7ae6
70 changed files with 572 additions and 1377 deletions

View File

@@ -1,6 +1,4 @@
import 'package:flutter/material.dart';
import 'dart:ui';
import 'package:flutter/cupertino.dart';
const primaryColor = const Color(0xff272262);
const secondaryColor = const Color(0xffff4400);
@@ -9,6 +7,7 @@ const nextColor = const Color(0xFFfa833d);
const buttonColor = const Color(0xFFFFFFFF);
const buttonBkColor = const Color(0xFF268944);
const labelColor = const Color(0xFF757575);
var dividerColor = Colors.grey.shade400;
const TextStyle labelStyle =
TextStyle(fontSize: 20, color: labelColor, fontWeight: FontWeight.w500);