redErrorColor property
Color
get
redErrorColor
Implementation
static Color get redErrorColor =>
isLightMode ? const Color(0xFFAC0000) : const Color(0xFFAC0000);
static Color get redErrorColor =>
isLightMode ? const Color(0xFFAC0000) : const Color(0xFFAC0000);