caption constant

TextStyle const caption

The styling applied on small texts.

fontSize: 11.0,
fontWeight: FontWeight.w600,

Implementation

static const TextStyle caption = const TextStyle(
  color: defaultColor,
  fontSize: 10.0,
  fontFamily: merriweather,
  package: package,
  fontWeight: FontWeight.w600,
);