text14Black property

TextStyle text14Black
final

Implementation

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