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