text18BlueBold property

TextStyle text18BlueBold
final

Implementation

static final text18BlueBold = TextStyle(
    color: RechargeConstantColors.color_blue,
    fontSize: setSp(text18),
    fontWeight: FontWeight.bold,
    fontFamily: 'Rounded',
    decoration: TextDecoration.none);