h4 property

TextStyle h4
getter/setter pair

Implementation

static TextStyle h4 = TextStyle(
    fontSize: 24,
    fontWeight: FontWeight.w500,
    height: 1.2,
    color: Colors.black);