h5 constant Null safety

TextStyle const h5

Implementation

static const h5 = TextStyle(
  fontFamily: "Manrope",
  fontWeight: FontWeight.w800,
  fontStyle: FontStyle.normal,
  fontSize: 16.670000076293945,
  decoration: TextDecoration.none,
  letterSpacing: 0,
);