h5 static method

TextStyle h5()

Implementation

static TextStyle h5() {
  return TextStyle(
    fontSize: 11,
    fontWeight: FontWeight.w500,
    fontStyle: FontStyle.normal,
    height: 1.8,
    color: ZwapColors.shades100,
    fontFamily: family.familyName,
  );
}