h4Dark property

TextStyle h4Dark
getter/setter pair

Implementation

static TextStyle h4Dark = TextStyle(
    fontSize: 24,
    fontWeight: FontWeight.w500,
    height: 1.2,
    color: Colors.white);