INNER CODE UNIT · Dart
body1
mitesh77/Best-Flutter-UI-Templates · best_flutter_ui_templates/lib/app_theme.dart:73
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,
fontWeight: FontWeight.w400,
fontSize: 12,
letterSpacing: 0.2,
color: lightText, // was lightText
);
}