bodySmallEmphasis constant

TextStyle const bodySmallEmphasis

Implementation

static const bodySmallEmphasis = TextStyle(
  fontWeight: AppFontWeight.semiBold,
  fontSize: 12,
  height: 1.33,
  letterSpacing: 0.4,
);