h3Dark property

TextStyle h3Dark
getter/setter pair

Implementation

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