Package com.pspdfkit.compose.theme
Object UiTheme
-
- All Implemented Interfaces:
public class UiTheme
Local theme object to access all custom color attributes can be accessed as UiTheme.colors...
-
-
Field Summary
Fields Modifier and Type Field Description private final UiColorScheme
colors
public final static UiTheme
INSTANCE
-
Method Summary
Modifier and Type Method Description final UiColorScheme
getColors()
-
-
Method Detail
-
getColors
@Composable() final UiColorScheme getColors()
-
-
-
-