text12Red property

TextStyle text12Red
final

Implementation

static final text12Red = TextStyle(
    color: RechargeConstantColors.red_color,
    fontSize: setSp(text12),
    fontWeight: FontWeight.w500,
    fontFamily: 'Rounded',
    decoration: TextDecoration.none);