headlineSmall constant

TextStyle const headlineSmall

Implementation

static const TextStyle headlineSmall = TextStyle(
  fontSize: 20,
  fontWeight: FontWeight.w600,
  color: TsdtechColors.textPrimary,
  height: 1.3,
);