captionStyle constant
Text style for small captions or supplementary information.
Implementation
static const TextStyle captionStyle = TextStyle(
fontSize: 12,
color: Colors.black54,
);
Text style for small captions or supplementary information.
static const TextStyle captionStyle = TextStyle(
fontSize: 12,
color: Colors.black54,
);