MaterialTheme
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 |
Shapes |
Retrieves the current |
Typography |
Retrieves the current |
Public properties
colorScheme
val colorScheme: ColorScheme
Retrieves the current ColorScheme at the call site's position in the hierarchy.
shapes
val shapes: Shapes
Retrieves the current Shapes at the call site's position in the hierarchy.
typography
val typography: Typography
Retrieves the current Typography at the call site's position in the hierarchy.