MaterialTheme


@ExperimentalTvMaterial3Api
object MaterialTheme


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

Summary

Public properties

ColorScheme

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

Shapes

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

Typography

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

Public properties

colorScheme

Added in 1.0.0-alpha10
val colorSchemeColorScheme

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

shapes

Added in 1.0.0-alpha10
val shapesShapes

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

typography

Added in 1.0.0-alpha10
val typographyTypography

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