Created
January 23, 2026 16:19
-
-
Save fredgrott/1dc7c02181b60cd994576ccf004321a4 to your computer and use it in GitHub Desktop.
kVarWdth
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class kVarWdth { | |
| static const FontVariation displayLarge = FontVariation('wdth', 100); | |
| static const FontVariation displayMedium = FontVariation('wdth', 100); | |
| static const FontVariation displaySmall = FontVariation('wdth', 100); | |
| static const FontVariation headlineLarge = FontVariation('wdth', 100); | |
| static const FontVariation headlineMedium = FontVariation('wdth', 100); | |
| static const FontVariation headlineSmall = FontVariation('wdth', 100); | |
| static const FontVariation titleLarge = FontVariation('wdth', 100); | |
| static const FontVariation titleMedium = FontVariation('wdth', 100); | |
| static const FontVariation titleSmall = FontVariation('wdth', 100); | |
| static const FontVariation bodyLarge = FontVariation('wdth', 100); | |
| static const FontVariation bodyMedium = FontVariation('wdth', 100); | |
| static const FontVariation bodySmall = FontVariation('wdth', 100); | |
| static const FontVariation labelLarge = FontVariation('wdth', 100); | |
| static const FontVariation labelMedium = FontVariation('wdth', 100); | |
| static const FontVariation labelSmall = FontVariation('wdth', 100); | |
| static const FontVariation expressiveDisplayLarge = FontVariation('wdth', 100); | |
| static const FontVariation expressiveDisplayMedium = FontVariation('wdth', 100); | |
| static const FontVariation expressiveDisplaySmall = FontVariation('wdth', 100); | |
| static const FontVariation expressiveHeadlineLarge = FontVariation('wdth', 100); | |
| static const FontVariation expressiveHeadlineMedium = FontVariation('wdth', 100); | |
| static const FontVariation expressiveHeadlineSmall = FontVariation('wdth', 100); | |
| static const FontVariation expressiveTitleLarge = FontVariation('wdth', 100); | |
| static const FontVariation expressiveTitleMedium = FontVariation('wdth', 100); | |
| static const FontVariation expressiveTitleSmall = FontVariation('wdth', 100); | |
| static const FontVariation expressiveBodyLarge = FontVariation('wdth', 100); | |
| static const FontVariation expressiveBodyMedium = FontVariation('wdth', 100); | |
| static const FontVariation expressiveBodySmall = FontVariation('wdth', 100); | |
| static const FontVariation expressiveLabelLarge = FontVariation('wdth', 100); | |
| static const FontVariation expressiveLabelMedium = FontVariation('wdth', 100); | |
| static const FontVariation expressiveLabelSmall = FontVariation('wdth', 100); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment