text14White60Bold property

TextStyle text14White60Bold
final

Implementation

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