bodyLargeInter property

TextStyle bodyLargeInter
final

Implementation

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