text14BlackBold property

TextStyle text14BlackBold
final

Implementation

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