MaterialTheme

Contains functions to access the current theme values provided at the call site's position in the hierarchy.

Properties

Link copied to clipboard
@get:Composable
@get:ReadOnlyComposable
val colorScheme: ColorScheme

Retrieves the current ColorScheme at the call site's position in the hierarchy.

Link copied to clipboard
@get:Composable
@get:ReadOnlyComposable
val shapes: Shapes

Retrieves the current Shapes at the call site's position in the hierarchy.

Link copied to clipboard
@get:Composable
@get:ReadOnlyComposable
val typography: Typography

Retrieves the current Typography at the call site's position in the hierarchy.