@@ -507,21 +507,21 @@ class Typography with Diagnosticable {
507507 ///
508508 /// This theme uses the iOS version of the font names.
509509 static const TextTheme blackCupertino = TextTheme (
510- displayLarge: TextStyle (debugLabel: 'blackCupertino displayLarge' , fontFamily: '.SF UI Display ' , color: Colors .black54, decoration: TextDecoration .none),
511- displayMedium: TextStyle (debugLabel: 'blackCupertino displayMedium' , fontFamily: '.SF UI Display ' , color: Colors .black54, decoration: TextDecoration .none),
512- displaySmall: TextStyle (debugLabel: 'blackCupertino displaySmall' , fontFamily: '.SF UI Display ' , color: Colors .black54, decoration: TextDecoration .none),
513- headlineLarge: TextStyle (debugLabel: 'blackCupertino headlineLarge' , fontFamily: '.SF UI Display ' , color: Colors .black54, decoration: TextDecoration .none),
514- headlineMedium: TextStyle (debugLabel: 'blackCupertino headlineMedium' , fontFamily: '.SF UI Display ' , color: Colors .black54, decoration: TextDecoration .none),
515- headlineSmall: TextStyle (debugLabel: 'blackCupertino headlineSmall' , fontFamily: '.SF UI Display ' , color: Colors .black87, decoration: TextDecoration .none),
516- titleLarge: TextStyle (debugLabel: 'blackCupertino titleLarge' , fontFamily: '.SF UI Display ' , color: Colors .black87, decoration: TextDecoration .none),
517- titleMedium: TextStyle (debugLabel: 'blackCupertino titleMedium' , fontFamily: '.SF UI Text ' , color: Colors .black87, decoration: TextDecoration .none),
518- titleSmall: TextStyle (debugLabel: 'blackCupertino titleSmall' , fontFamily: '.SF UI Text ' , color: Colors .black, decoration: TextDecoration .none),
519- bodyLarge: TextStyle (debugLabel: 'blackCupertino bodyLarge' , fontFamily: '.SF UI Text ' , color: Colors .black87, decoration: TextDecoration .none),
520- bodyMedium: TextStyle (debugLabel: 'blackCupertino bodyMedium' , fontFamily: '.SF UI Text ' , color: Colors .black87, decoration: TextDecoration .none),
521- bodySmall: TextStyle (debugLabel: 'blackCupertino bodySmall' , fontFamily: '.SF UI Text ' , color: Colors .black54, decoration: TextDecoration .none),
522- labelLarge: TextStyle (debugLabel: 'blackCupertino labelLarge' , fontFamily: '.SF UI Text ' , color: Colors .black87, decoration: TextDecoration .none),
523- labelMedium: TextStyle (debugLabel: 'blackCupertino labelMedium' , fontFamily: '.SF UI Text ' , color: Colors .black, decoration: TextDecoration .none),
524- labelSmall: TextStyle (debugLabel: 'blackCupertino labelSmall' , fontFamily: '.SF UI Text ' , color: Colors .black, decoration: TextDecoration .none),
510+ displayLarge: TextStyle (debugLabel: 'blackCupertino displayLarge' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .black54, decoration: TextDecoration .none),
511+ displayMedium: TextStyle (debugLabel: 'blackCupertino displayMedium' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .black54, decoration: TextDecoration .none),
512+ displaySmall: TextStyle (debugLabel: 'blackCupertino displaySmall' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .black54, decoration: TextDecoration .none),
513+ headlineLarge: TextStyle (debugLabel: 'blackCupertino headlineLarge' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .black54, decoration: TextDecoration .none),
514+ headlineMedium: TextStyle (debugLabel: 'blackCupertino headlineMedium' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .black54, decoration: TextDecoration .none),
515+ headlineSmall: TextStyle (debugLabel: 'blackCupertino headlineSmall' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .black87, decoration: TextDecoration .none),
516+ titleLarge: TextStyle (debugLabel: 'blackCupertino titleLarge' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .black87, decoration: TextDecoration .none),
517+ titleMedium: TextStyle (debugLabel: 'blackCupertino titleMedium' , fontFamily: 'CupertinoSystemText ' , color: Colors .black87, decoration: TextDecoration .none),
518+ titleSmall: TextStyle (debugLabel: 'blackCupertino titleSmall' , fontFamily: 'CupertinoSystemText ' , color: Colors .black, decoration: TextDecoration .none),
519+ bodyLarge: TextStyle (debugLabel: 'blackCupertino bodyLarge' , fontFamily: 'CupertinoSystemText ' , color: Colors .black87, decoration: TextDecoration .none),
520+ bodyMedium: TextStyle (debugLabel: 'blackCupertino bodyMedium' , fontFamily: 'CupertinoSystemText ' , color: Colors .black87, decoration: TextDecoration .none),
521+ bodySmall: TextStyle (debugLabel: 'blackCupertino bodySmall' , fontFamily: 'CupertinoSystemText ' , color: Colors .black54, decoration: TextDecoration .none),
522+ labelLarge: TextStyle (debugLabel: 'blackCupertino labelLarge' , fontFamily: 'CupertinoSystemText ' , color: Colors .black87, decoration: TextDecoration .none),
523+ labelMedium: TextStyle (debugLabel: 'blackCupertino labelMedium' , fontFamily: 'CupertinoSystemText ' , color: Colors .black, decoration: TextDecoration .none),
524+ labelSmall: TextStyle (debugLabel: 'blackCupertino labelSmall' , fontFamily: 'CupertinoSystemText ' , color: Colors .black, decoration: TextDecoration .none),
525525 );
526526
527527 /// A Material Design text theme with light glyphs based on San Francisco.
@@ -530,21 +530,21 @@ class Typography with Diagnosticable {
530530 ///
531531 /// This theme uses the iOS version of the font names.
532532 static const TextTheme whiteCupertino = TextTheme (
533- displayLarge: TextStyle (debugLabel: 'whiteCupertino displayLarge' , fontFamily: '.SF UI Display ' , color: Colors .white70, decoration: TextDecoration .none),
534- displayMedium: TextStyle (debugLabel: 'whiteCupertino displayMedium' , fontFamily: '.SF UI Display ' , color: Colors .white70, decoration: TextDecoration .none),
535- displaySmall: TextStyle (debugLabel: 'whiteCupertino displaySmall' , fontFamily: '.SF UI Display ' , color: Colors .white70, decoration: TextDecoration .none),
536- headlineLarge: TextStyle (debugLabel: 'whiteCupertino headlineLarge' , fontFamily: '.SF UI Display ' , color: Colors .white70, decoration: TextDecoration .none),
537- headlineMedium: TextStyle (debugLabel: 'whiteCupertino headlineMedium' , fontFamily: '.SF UI Display ' , color: Colors .white70, decoration: TextDecoration .none),
538- headlineSmall: TextStyle (debugLabel: 'whiteCupertino headlineSmall' , fontFamily: '.SF UI Display ' , color: Colors .white, decoration: TextDecoration .none),
539- titleLarge: TextStyle (debugLabel: 'whiteCupertino titleLarge' , fontFamily: '.SF UI Display ' , color: Colors .white, decoration: TextDecoration .none),
540- titleMedium: TextStyle (debugLabel: 'whiteCupertino titleMedium' , fontFamily: '.SF UI Text ' , color: Colors .white, decoration: TextDecoration .none),
541- titleSmall: TextStyle (debugLabel: 'whiteCupertino titleSmall' , fontFamily: '.SF UI Text ' , color: Colors .white, decoration: TextDecoration .none),
542- bodyLarge: TextStyle (debugLabel: 'whiteCupertino bodyLarge' , fontFamily: '.SF UI Text ' , color: Colors .white, decoration: TextDecoration .none),
543- bodyMedium: TextStyle (debugLabel: 'whiteCupertino bodyMedium' , fontFamily: '.SF UI Text ' , color: Colors .white, decoration: TextDecoration .none),
544- bodySmall: TextStyle (debugLabel: 'whiteCupertino bodySmall' , fontFamily: '.SF UI Text ' , color: Colors .white70, decoration: TextDecoration .none),
545- labelLarge: TextStyle (debugLabel: 'whiteCupertino labelLarge' , fontFamily: '.SF UI Text ' , color: Colors .white, decoration: TextDecoration .none),
546- labelMedium: TextStyle (debugLabel: 'whiteCupertino labelMedium' , fontFamily: '.SF UI Text ' , color: Colors .white, decoration: TextDecoration .none),
547- labelSmall: TextStyle (debugLabel: 'whiteCupertino labelSmall' , fontFamily: '.SF UI Text ' , color: Colors .white, decoration: TextDecoration .none),
533+ displayLarge: TextStyle (debugLabel: 'whiteCupertino displayLarge' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .white70, decoration: TextDecoration .none),
534+ displayMedium: TextStyle (debugLabel: 'whiteCupertino displayMedium' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .white70, decoration: TextDecoration .none),
535+ displaySmall: TextStyle (debugLabel: 'whiteCupertino displaySmall' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .white70, decoration: TextDecoration .none),
536+ headlineLarge: TextStyle (debugLabel: 'whiteCupertino headlineLarge' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .white70, decoration: TextDecoration .none),
537+ headlineMedium: TextStyle (debugLabel: 'whiteCupertino headlineMedium' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .white70, decoration: TextDecoration .none),
538+ headlineSmall: TextStyle (debugLabel: 'whiteCupertino headlineSmall' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .white, decoration: TextDecoration .none),
539+ titleLarge: TextStyle (debugLabel: 'whiteCupertino titleLarge' , fontFamily: 'CupertinoSystemDisplay ' , color: Colors .white, decoration: TextDecoration .none),
540+ titleMedium: TextStyle (debugLabel: 'whiteCupertino titleMedium' , fontFamily: 'CupertinoSystemText ' , color: Colors .white, decoration: TextDecoration .none),
541+ titleSmall: TextStyle (debugLabel: 'whiteCupertino titleSmall' , fontFamily: 'CupertinoSystemText ' , color: Colors .white, decoration: TextDecoration .none),
542+ bodyLarge: TextStyle (debugLabel: 'whiteCupertino bodyLarge' , fontFamily: 'CupertinoSystemText ' , color: Colors .white, decoration: TextDecoration .none),
543+ bodyMedium: TextStyle (debugLabel: 'whiteCupertino bodyMedium' , fontFamily: 'CupertinoSystemText ' , color: Colors .white, decoration: TextDecoration .none),
544+ bodySmall: TextStyle (debugLabel: 'whiteCupertino bodySmall' , fontFamily: 'CupertinoSystemText ' , color: Colors .white70, decoration: TextDecoration .none),
545+ labelLarge: TextStyle (debugLabel: 'whiteCupertino labelLarge' , fontFamily: 'CupertinoSystemText ' , color: Colors .white, decoration: TextDecoration .none),
546+ labelMedium: TextStyle (debugLabel: 'whiteCupertino labelMedium' , fontFamily: 'CupertinoSystemText ' , color: Colors .white, decoration: TextDecoration .none),
547+ labelSmall: TextStyle (debugLabel: 'whiteCupertino labelSmall' , fontFamily: 'CupertinoSystemText ' , color: Colors .white, decoration: TextDecoration .none),
548548 );
549549
550550 /// A Material Design text theme with dark glyphs based on San Francisco.
0 commit comments