subhead property

TextStyle subhead
final

Implementation

static final TextStyle subhead = TextStyle(
    fontFamily: SFPro.fontFamily,
    fontFamilyFallback: const [AppleSDGothicNeo.fontFamily],
    fontSize: DdxTypoConstant.fontSize.subhead,
    fontWeight: DdxTypoConstant.fontWeight.regular);