error constant

TextStyle const error

Implementation

static const error = TextStyle(
  fontWeight: FontWeight.bold,
  // fontSize: 30,
  color: AdpColors.red,
);