INNER CODE UNIT · Dart
body2
mitesh77/Best-Flutter-UI-Templates · best_flutter_ui_templates/lib/app_theme.dart:65
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,
fontWeight: FontWeight.w400,
fontSize: 16,
letterSpacing: -0.05,
color: darkText,
);
static const TextStyle caption = TextStyle( // Caption -> caption
fontFamily: fontName,