headingH6Semibold property

TextStyle get headingH6Semibold

Implementation

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