text14White property

TextStyle text14White
final

Implementation

static final text14White = TextStyle(
    color: Colors.white,
    fontSize: setSp(text14),
    fontWeight: FontWeight.w500,
    fontFamily: 'Rounded',
    decoration: TextDecoration.none);