h3 property

TextStyle h3
getter/setter pair

Implementation

static TextStyle h3 = TextStyle(
    fontSize: 28,
    fontWeight: FontWeight.w600,
    height: 1.2,
    color: Colors.black);