text18BlackBold property

TextStyle text18BlackBold
final

Implementation

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