text16White property

TextStyle text16White
final

Implementation

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