INNER CODE UNIT · Dart
caption
mitesh77/Best-Flutter-UI-Templates · best_flutter_ui_templates/lib/app_theme.dart:81
static const TextStyle caption = TextStyle( // Caption -> caption
fontFamily: fontName,
fontWeight: FontWeight.w400,
fontSize: 12,
letterSpacing: 0.2,
color: lightText, // was lightText
);
}