text16Black property

TextStyle text16Black
final

Implementation

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