bodySmall constant

TextStyle const bodySmall

Implementation

static const TextStyle bodySmall = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.w400,
  color: TsdtechColors.textSecondary,
  height: 1.5,
);