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