headingH6Medium property

TextStyle get headingH6Medium

Implementation

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