text16WhiteBold property

TextStyle text16WhiteBold
final

Implementation

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