h2Dark property

TextStyle h2Dark
getter/setter pair

Implementation

static TextStyle h2Dark = TextStyle(
    fontSize: 32,
    fontWeight: FontWeight.w600,
    height: 1.2,
    color: Colors.white);