legalContentInter property

TextStyle legalContentInter
final

Implementation

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