@@ -610,21 +610,21 @@ class Typography with Diagnosticable {
610610 /// The font sizes, weights, and letter spacings in this version match the
611611 /// [2018 Material Design specification] (https://material.io/go/design-typography#typography-styles).
612612 static const TextTheme englishLike2018 = TextTheme (
613- displayLarge: TextStyle (debugLabel: 'englishLike displayLarge 2018' , fontSize: 96.0 , fontWeight: FontWeight .w300, textBaseline: TextBaseline .alphabetic, letterSpacing: - 1.5 ),
614- displayMedium: TextStyle (debugLabel: 'englishLike displayMedium 2018' , fontSize: 60.0 , fontWeight: FontWeight .w300, textBaseline: TextBaseline .alphabetic, letterSpacing: - 0.5 ),
615- displaySmall: TextStyle (debugLabel: 'englishLike displaySmall 2018' , fontSize: 48.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.0 ),
616- headlineLarge: TextStyle (debugLabel: 'englishLike headlineLarge 2018' , fontSize: 40.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.25 ),
617- headlineMedium: TextStyle (debugLabel: 'englishLike headlineMedium 2018' , fontSize: 34.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.25 ),
618- headlineSmall: TextStyle (debugLabel: 'englishLike headlineSmall 2018' , fontSize: 24.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.0 ),
619- titleLarge: TextStyle (debugLabel: 'englishLike titleLarge 2018' , fontSize: 20.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.15 ),
620- titleMedium: TextStyle (debugLabel: 'englishLike titleMedium 2018' , fontSize: 16.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.15 ),
621- titleSmall: TextStyle (debugLabel: 'englishLike titleSmall 2018' , fontSize: 14.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.1 ),
622- bodyLarge: TextStyle (debugLabel: 'englishLike bodyLarge 2018' , fontSize: 16.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.5 ),
623- bodyMedium: TextStyle (debugLabel: 'englishLike bodyMedium 2018' , fontSize: 14.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.25 ),
624- bodySmall: TextStyle (debugLabel: 'englishLike bodySmall 2018' , fontSize: 12.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.4 ),
625- labelLarge: TextStyle (debugLabel: 'englishLike labelLarge 2018' , fontSize: 14.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .alphabetic, letterSpacing: 1.25 ),
626- labelMedium: TextStyle (debugLabel: 'englishLike labelMedium 2018' , fontSize: 11.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 1.5 ),
627- labelSmall: TextStyle (debugLabel: 'englishLike labelSmall 2018' , fontSize: 10.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 1.5 ),
613+ displayLarge: TextStyle (debugLabel: 'englishLike displayLarge 2018' , inherit : false , fontSize: 96.0 , fontWeight: FontWeight .w300, textBaseline: TextBaseline .alphabetic, letterSpacing: - 1.5 ),
614+ displayMedium: TextStyle (debugLabel: 'englishLike displayMedium 2018' , inherit : false , fontSize: 60.0 , fontWeight: FontWeight .w300, textBaseline: TextBaseline .alphabetic, letterSpacing: - 0.5 ),
615+ displaySmall: TextStyle (debugLabel: 'englishLike displaySmall 2018' , inherit : false , fontSize: 48.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.0 ),
616+ headlineLarge: TextStyle (debugLabel: 'englishLike headlineLarge 2018' , inherit : false , fontSize: 40.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.25 ),
617+ headlineMedium: TextStyle (debugLabel: 'englishLike headlineMedium 2018' , inherit : false , fontSize: 34.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.25 ),
618+ headlineSmall: TextStyle (debugLabel: 'englishLike headlineSmall 2018' , inherit : false , fontSize: 24.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.0 ),
619+ titleLarge: TextStyle (debugLabel: 'englishLike titleLarge 2018' , inherit : false , fontSize: 20.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.15 ),
620+ titleMedium: TextStyle (debugLabel: 'englishLike titleMedium 2018' , inherit : false , fontSize: 16.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.15 ),
621+ titleSmall: TextStyle (debugLabel: 'englishLike titleSmall 2018' , inherit : false , fontSize: 14.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.1 ),
622+ bodyLarge: TextStyle (debugLabel: 'englishLike bodyLarge 2018' , inherit : false , fontSize: 16.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.5 ),
623+ bodyMedium: TextStyle (debugLabel: 'englishLike bodyMedium 2018' , inherit : false , fontSize: 14.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.25 ),
624+ bodySmall: TextStyle (debugLabel: 'englishLike bodySmall 2018' , inherit : false , fontSize: 12.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 0.4 ),
625+ labelLarge: TextStyle (debugLabel: 'englishLike labelLarge 2018' , inherit : false , fontSize: 14.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .alphabetic, letterSpacing: 1.25 ),
626+ labelMedium: TextStyle (debugLabel: 'englishLike labelMedium 2018' , inherit : false , fontSize: 11.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 1.5 ),
627+ labelSmall: TextStyle (debugLabel: 'englishLike labelSmall 2018' , inherit : false , fontSize: 10.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic, letterSpacing: 1.5 ),
628628 );
629629
630630 /// Defines text geometry for dense scripts, such as Chinese, Japanese
@@ -653,21 +653,21 @@ class Typography with Diagnosticable {
653653 /// The font sizes, weights, and letter spacings in this version match the
654654 /// 2018 [Material Design specification] (https://material.io/go/design-typography#typography-styles).
655655 static const TextTheme dense2018 = TextTheme (
656- displayLarge: TextStyle (debugLabel: 'dense displayLarge 2018' , fontSize: 96.0 , fontWeight: FontWeight .w100, textBaseline: TextBaseline .ideographic),
657- displayMedium: TextStyle (debugLabel: 'dense displayMedium 2018' , fontSize: 60.0 , fontWeight: FontWeight .w100, textBaseline: TextBaseline .ideographic),
658- displaySmall: TextStyle (debugLabel: 'dense displaySmall 2018' , fontSize: 48.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
659- headlineLarge: TextStyle (debugLabel: 'dense headlineLarge 2018' , fontSize: 40.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
660- headlineMedium: TextStyle (debugLabel: 'dense headlineMedium 2018' , fontSize: 34.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
661- headlineSmall: TextStyle (debugLabel: 'dense headlineSmall 2018' , fontSize: 24.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
662- titleLarge: TextStyle (debugLabel: 'dense titleLarge 2018' , fontSize: 21.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .ideographic),
663- titleMedium: TextStyle (debugLabel: 'dense titleMedium 2018' , fontSize: 17.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
664- titleSmall: TextStyle (debugLabel: 'dense titleSmall 2018' , fontSize: 15.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .ideographic),
665- bodyLarge: TextStyle (debugLabel: 'dense bodyLarge 2018' , fontSize: 17.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
666- bodyMedium: TextStyle (debugLabel: 'dense bodyMedium 2018' , fontSize: 15.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
667- bodySmall: TextStyle (debugLabel: 'dense bodySmall 2018' , fontSize: 13.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
668- labelLarge: TextStyle (debugLabel: 'dense labelLarge 2018' , fontSize: 15.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .ideographic),
669- labelMedium: TextStyle (debugLabel: 'dense labelMedium 2018' , fontSize: 12.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
670- labelSmall: TextStyle (debugLabel: 'dense labelSmall 2018' , fontSize: 11.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
656+ displayLarge: TextStyle (debugLabel: 'dense displayLarge 2018' , inherit : false , fontSize: 96.0 , fontWeight: FontWeight .w100, textBaseline: TextBaseline .ideographic),
657+ displayMedium: TextStyle (debugLabel: 'dense displayMedium 2018' , inherit : false , fontSize: 60.0 , fontWeight: FontWeight .w100, textBaseline: TextBaseline .ideographic),
658+ displaySmall: TextStyle (debugLabel: 'dense displaySmall 2018' , inherit : false , fontSize: 48.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
659+ headlineLarge: TextStyle (debugLabel: 'dense headlineLarge 2018' , inherit : false , fontSize: 40.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
660+ headlineMedium: TextStyle (debugLabel: 'dense headlineMedium 2018' , inherit : false , fontSize: 34.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
661+ headlineSmall: TextStyle (debugLabel: 'dense headlineSmall 2018' , inherit : false , fontSize: 24.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
662+ titleLarge: TextStyle (debugLabel: 'dense titleLarge 2018' , inherit : false , fontSize: 21.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .ideographic),
663+ titleMedium: TextStyle (debugLabel: 'dense titleMedium 2018' , inherit : false , fontSize: 17.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
664+ titleSmall: TextStyle (debugLabel: 'dense titleSmall 2018' , inherit : false , fontSize: 15.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .ideographic),
665+ bodyLarge: TextStyle (debugLabel: 'dense bodyLarge 2018' , inherit : false , fontSize: 17.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
666+ bodyMedium: TextStyle (debugLabel: 'dense bodyMedium 2018' , inherit : false , fontSize: 15.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
667+ bodySmall: TextStyle (debugLabel: 'dense bodySmall 2018' , inherit : false , fontSize: 13.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
668+ labelLarge: TextStyle (debugLabel: 'dense labelLarge 2018' , inherit : false , fontSize: 15.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .ideographic),
669+ labelMedium: TextStyle (debugLabel: 'dense labelMedium 2018' , inherit : false , fontSize: 12.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
670+ labelSmall: TextStyle (debugLabel: 'dense labelSmall 2018' , inherit : false , fontSize: 11.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .ideographic),
671671 );
672672
673673 /// Defines text geometry for tall scripts, such as Farsi, Hindi, and Thai.
@@ -694,21 +694,21 @@ class Typography with Diagnosticable {
694694 /// The font sizes, weights, and letter spacings in this version match the
695695 /// 2018 [Material Design specification] (https://material.io/go/design-typography#typography-styles).
696696 static const TextTheme tall2018 = TextTheme (
697- displayLarge: TextStyle (debugLabel: 'tall displayLarge 2018' , fontSize: 96.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
698- displayMedium: TextStyle (debugLabel: 'tall displayMedium 2018' , fontSize: 60.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
699- displaySmall: TextStyle (debugLabel: 'tall displaySmall 2018' , fontSize: 48.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
700- headlineLarge: TextStyle (debugLabel: 'tall headlineLarge 2018' , fontSize: 40.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
701- headlineMedium: TextStyle (debugLabel: 'tall headlineMedium 2018' , fontSize: 34.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
702- headlineSmall: TextStyle (debugLabel: 'tall headlineSmall 2018' , fontSize: 24.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
703- titleLarge: TextStyle (debugLabel: 'tall titleLarge 2018' , fontSize: 21.0 , fontWeight: FontWeight .w700, textBaseline: TextBaseline .alphabetic),
704- titleMedium : TextStyle (debugLabel: 'tall titleMedium 2018' , fontSize: 17.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
705- titleSmall: TextStyle (debugLabel: 'tall titleSmall 2018' , fontSize: 15.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .alphabetic),
706- bodyLarge: TextStyle (debugLabel: 'tall bodyLarge 2018' , fontSize: 17.0 , fontWeight: FontWeight .w700, textBaseline: TextBaseline .alphabetic),
707- bodyMedium: TextStyle (debugLabel: 'tall bodyMedium 2018' , fontSize: 15.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
708- bodySmall: TextStyle (debugLabel: 'tall bodySmall 2018' , fontSize: 13.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
709- labelLarge: TextStyle (debugLabel: 'tall labelLarge 2018' , fontSize: 15.0 , fontWeight: FontWeight .w700, textBaseline: TextBaseline .alphabetic),
710- labelMedium: TextStyle (debugLabel: 'tall labelMedium 2018' , fontSize: 12.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
711- labelSmall: TextStyle (debugLabel: 'tall labelSmall 2018' , fontSize: 11.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
697+ displayLarge: TextStyle (debugLabel: 'tall displayLarge 2018' , inherit : false , fontSize: 96.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
698+ displayMedium: TextStyle (debugLabel: 'tall displayMedium 2018' , inherit : false , fontSize: 60.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
699+ displaySmall: TextStyle (debugLabel: 'tall displaySmall 2018' , inherit : false , fontSize: 48.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
700+ headlineLarge: TextStyle (debugLabel: 'tall headlineLarge 2018' , inherit : false , fontSize: 40.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
701+ headlineMedium: TextStyle (debugLabel: 'tall headlineMedium 2018' , inherit : false , fontSize: 34.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
702+ headlineSmall: TextStyle (debugLabel: 'tall headlineSmall 2018' , inherit : false , fontSize: 24.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
703+ titleLarge: TextStyle (debugLabel: 'tall titleLarge 2018' , inherit : false , fontSize: 21.0 , fontWeight: FontWeight .w700, textBaseline: TextBaseline .alphabetic),
704+ titleMedium : TextStyle (debugLabel: 'tall titleMedium 2018' , inherit : false , fontSize: 17.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
705+ titleSmall: TextStyle (debugLabel: 'tall titleSmall 2018' , inherit : false , fontSize: 15.0 , fontWeight: FontWeight .w500, textBaseline: TextBaseline .alphabetic),
706+ bodyLarge: TextStyle (debugLabel: 'tall bodyLarge 2018' , inherit : false , fontSize: 17.0 , fontWeight: FontWeight .w700, textBaseline: TextBaseline .alphabetic),
707+ bodyMedium: TextStyle (debugLabel: 'tall bodyMedium 2018' , inherit : false , fontSize: 15.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
708+ bodySmall: TextStyle (debugLabel: 'tall bodySmall 2018' , inherit : false , fontSize: 13.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
709+ labelLarge: TextStyle (debugLabel: 'tall labelLarge 2018' , inherit : false , fontSize: 15.0 , fontWeight: FontWeight .w700, textBaseline: TextBaseline .alphabetic),
710+ labelMedium: TextStyle (debugLabel: 'tall labelMedium 2018' , inherit : false , fontSize: 12.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
711+ labelSmall: TextStyle (debugLabel: 'tall labelSmall 2018' , inherit : false , fontSize: 11.0 , fontWeight: FontWeight .w400, textBaseline: TextBaseline .alphabetic),
712712 );
713713
714714 /// Defines text geometry for [ScriptCategory.englishLike] scripts, such as
0 commit comments