captionStyle constant

TextStyle const captionStyle

Text style for small captions or supplementary information.

Implementation

static const TextStyle captionStyle = TextStyle(
  fontSize: 12,
  color: Colors.black54,
);