headingH6Regular property

TextStyle get headingH6Regular

Implementation

TextStyle get headingH6Regular => const TextStyle(
      fontSize: 20,
      decoration: TextDecoration.none,
      fontStyle: FontStyle.normal,
      fontWeight: FontWeight.w400,
      height: 24 / 20,
    );