captionLarge constant

TextStyle const captionLarge

Implementation

static const TextStyle captionLarge = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.w400,
  height: 1.35,
  letterSpacing: 0.1,
);