headingLargeInter property

TextStyle headingLargeInter
final

Implementation

static final TextStyle headingLargeInter = TextStyle(
  fontSize: 28,
  height: 1.5,
  fontFamily: 'Inter',
  fontWeight: FontWeight.w500,
  color: SepteoColors.grey.shade900,
);