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
val LocalMotionScheme: CompositionLocal<MotionScheme>

A read-only CompositionLocal that provides the current MotionScheme to Material 3 components.

Link copied to clipboard
@get:Composable
@get:ReadOnlyComposable
val motionScheme: MotionScheme

Retrieves the current MotionScheme 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.