titleSmall constant

TextStyle const titleSmall

Implementation

static const TextStyle titleSmall = TextStyle(
  fontSize: 14,
  fontWeight: FontWeight.w600,
  color: TsdtechColors.textPrimary,
  height: 1.4,
);