bodyMediumInter property

TextStyle bodyMediumInter
final

Implementation

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