h1 property

TextStyle h1
getter/setter pair

Implementation

static TextStyle h1 = TextStyle(
    fontSize: 40,
    fontWeight: FontWeight.bold,
    height: 1.2,
    color: Colors.black);