import 'package:flutter/material.dart'; class ColorCommon { static Color colorScheme = const Color.fromARGB(255, 100, 95, 253); // 主题色 }