primaryColor constant
Primary color for the application. Using a more balanced red that provides better contrast in both light and dark modes.
Implementation
static const Color primaryColor = Color(0xFFD32F2F);
Primary color for the application. Using a more balanced red that provides better contrast in both light and dark modes.
static const Color primaryColor = Color(0xFFD32F2F);