error constant
PillStyle
const error
Red-themed style for error states or critical content.
Implementation
static const PillStyle error = PillStyle(
backgroundColor: Color(0xFFFFEBEE),
borderColor: Color(0xFFEF9A9A),
labelColor: Color(0xFFC62828),
);