Searched refs:LocalTypography (Results 1 – 6 of 6) sorted by relevance
79 LocalTypography provides typography in MaterialTheme()106 @Composable @ReadOnlyComposable get() = LocalTypography.current
342 internal val LocalTypography = staticCompositionLocalOf { Typography() } in defaultPlatformTextStyle() constant
104 LocalTypography provides typography, in MaterialTheme()129 @Composable @ReadOnlyComposable get() = LocalTypography.current
589 internal val LocalTypography = staticCompositionLocalOf { Typography() } in <lambda>() constant
73 display1TextStyle = LocalTypography.current.body1 in testDefaultIncludeFontPadding()
74 displayMediumTextStyle = LocalTypography.current.displayMedium in testDefaultIncludeFontPadding()