error constant
TextStyle
const error
Error preset with a red foreground.
Implementation
static const error = TextStyle(color: Color.red);
Error preset with a red foreground.
static const error = TextStyle(color: Color.red);