-
@Immutable() public final class SkontoInvoiceScanSectionColors
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSkontoInvoiceScanSectionColors.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ColorcardBackgroundColorprivate final ColortitleTextColorprivate final ColorsubtitleTextColorprivate final ColoriconBackgroundColorprivate final ColoriconTintprivate final ColorarrowTint
-
Constructor Summary
Constructors Constructor Description SkontoInvoiceScanSectionColors(Color cardBackgroundColor, Color titleTextColor, Color subtitleTextColor, Color iconBackgroundColor, Color iconTint, Color arrowTint)
-
Method Summary
Modifier and Type Method Description final ColorgetCardBackgroundColor()final ColorgetTitleTextColor()final ColorgetSubtitleTextColor()final ColorgetIconBackgroundColor()final ColorgetIconTint()final ColorgetArrowTint()-
-
Method Detail
-
getCardBackgroundColor
final Color getCardBackgroundColor()
-
getTitleTextColor
final Color getTitleTextColor()
-
getSubtitleTextColor
final Color getSubtitleTextColor()
-
getIconBackgroundColor
final Color getIconBackgroundColor()
-
getIconTint
final Color getIconTint()
-
getArrowTint
final Color getArrowTint()
-
-
-
-