captionSmall constant

TextStyle const captionSmall

Implementation

static const TextStyle captionSmall = TextStyle(
  fontSize: 10,
  fontWeight: FontWeight.w400,
  height: 1.3,
  letterSpacing: 0.2,
);