INNER CODE UNIT · Dart
subtitle
mitesh77/Best-Flutter-UI-Templates · best_flutter_ui_templates/lib/app_theme.dart:57
static const TextStyle subtitle = TextStyle( // subtitle2 -> subtitle
fontFamily: fontName,
fontWeight: FontWeight.w400,
fontSize: 14,
letterSpacing: -0.04,
color: darkText,
);
static const TextStyle body2 = TextStyle( // body1 -> body2
fontFamily: fontName,
fontWeight: FontWeight.w400,
fontSize: 14,
letterSpacing: 0.2,
color: darkText,
);
static const TextStyle body1 = TextStyle( // body2 -> body1
fontFamily: fontName,