MaterialThemeCustom

object MaterialThemeCustom

Material Theme Custom

Author

Vitaliy Zarubin

Properties

colors
Link copied to clipboard
@get:Composable
@get:ReadOnlyComposable
val colors: ColorsCustom

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

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

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

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

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