Package com.pspdfkit.compose.theme
Class DocumentInfoColorScheme
-
- All Implemented Interfaces:
@Immutable() public final class DocumentInfoColorScheme
-
-
Field Summary
Fields Modifier and Type Field Description private final Color
backgroundColor
private final Color
groupTitleTextColor
private final Color
itemTitleTextColor
private final Color
itemValueTextColor
private final Color
itemValueHintTextColor
private final Color
groupIconColor
private final Color
fabBackgroundColor
private final Color
fabIconColor
-
Method Summary
Modifier and Type Method Description final Color
getBackgroundColor()
final Color
getGroupTitleTextColor()
final Color
getItemTitleTextColor()
final Color
getItemValueTextColor()
final Color
getItemValueHintTextColor()
final Color
getGroupIconColor()
final Color
getFabBackgroundColor()
final Color
getFabIconColor()
-
-
Method Detail
-
getBackgroundColor
final Color getBackgroundColor()
-
getGroupTitleTextColor
final Color getGroupTitleTextColor()
-
getItemTitleTextColor
final Color getItemTitleTextColor()
-
getItemValueTextColor
final Color getItemValueTextColor()
-
getItemValueHintTextColor
final Color getItemValueHintTextColor()
-
getGroupIconColor
final Color getGroupIconColor()
-
getFabBackgroundColor
final Color getFabBackgroundColor()
-
getFabIconColor
final Color getFabIconColor()
-
-
-
-