caption constant

TextStyle const caption

Implementation

static const TextStyle caption = TextStyle(
  fontSize: 10.0,
  fontWeight: FontWeight.w400,
  color: Color(0xFFB0BEC5),
);