INNER CODE UNIT · Dart
display1
mitesh77/Best-Flutter-UI-Templates · best_flutter_ui_templates/lib/app_theme.dart:32
static const TextStyle display1 = TextStyle( // h4 -> display1
fontFamily: fontName,
fontWeight: FontWeight.bold,
fontSize: 36,
letterSpacing: 0.4,
height: 0.9,
color: darkerText,
);
static const TextStyle headline = TextStyle( // h5 -> headline
fontFamily: fontName,
fontWeight: FontWeight.bold,
fontSize: 24,
letterSpacing: 0.27,
color: darkerText,
);
static const TextStyle title = TextStyle( // h6 -> title