h1Dark property

TextStyle h1Dark
getter/setter pair

Implementation

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