import 'package:flutter/material.dart'; class AppStyle { // Colors static const Color backgroundColor = Color(0xFFEEEEEE); // Text Sizes static const double textSmaller = 16.0; static const double headline = 22.0; static const double text = 16.0; // Add other styles as needed }