captionInter property
Implementation
static final TextStyle captionInter = TextStyle(
fontSize: 12,
height: 1.5,
fontFamily: 'Inter',
fontWeight: FontWeight.w500,
color: SepteoColors.grey.shade900,
);
static final TextStyle captionInter = TextStyle(
fontSize: 12,
height: 1.5,
fontFamily: 'Inter',
fontWeight: FontWeight.w500,
color: SepteoColors.grey.shade900,
);