caption constant

TextStyle const caption

Implementation

static const TextStyle caption = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.w400,
  color: TsdtechColors.textDisabled,
  height: 1.4,
);