text14Blue property

TextStyle text14Blue
final

Implementation

static final text14Blue = TextStyle(
    color: RechargeConstantColors.color_blue,
    fontSize: setSp(text14),
    fontWeight: FontWeight.w500,
    fontFamily: 'Rounded',
    decoration: TextDecoration.none);