warning constant

TextStyle const warning

Implementation

static const warning = TextStyle(
  fontSize: 14,
  fontWeight: FontWeight.w500,
  letterSpacing: 0.25,
  color: RALIColors.warning,
);