text20WhiteBold property

TextStyle text20WhiteBold
final

Implementation

static final text20WhiteBold = TextStyle(
    color: Colors.white,
    fontSize: setSp(text20),
    fontWeight: FontWeight.bold,
    fontFamily: 'Rounded',
    decoration: TextDecoration.none);