-
@Immutable() public final class SkontoInvoicePreviewScreenColors
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSkontoInvoicePreviewScreenColors.CloseButtonpublic classSkontoInvoicePreviewScreenColors.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Colorbackgroundprivate final GiniTopBarColorstopBarColorsprivate final SkontoInvoicePreviewScreenColors.CloseButtoncloseButtonprivate final SkontoInvoicePreviewScreenFooterColorsfooterColors
-
Constructor Summary
Constructors Constructor Description SkontoInvoicePreviewScreenColors(Color background, GiniTopBarColors topBarColors, SkontoInvoicePreviewScreenColors.CloseButton closeButton, SkontoInvoicePreviewScreenFooterColors footerColors)
-
Method Summary
Modifier and Type Method Description final ColorgetBackground()final GiniTopBarColorsgetTopBarColors()final SkontoInvoicePreviewScreenColors.CloseButtongetCloseButton()final SkontoInvoicePreviewScreenFooterColorsgetFooterColors()-
-
Constructor Detail
-
SkontoInvoicePreviewScreenColors
SkontoInvoicePreviewScreenColors(Color background, GiniTopBarColors topBarColors, SkontoInvoicePreviewScreenColors.CloseButton closeButton, SkontoInvoicePreviewScreenFooterColors footerColors)
-
-
Method Detail
-
getBackground
final Color getBackground()
-
getTopBarColors
final GiniTopBarColors getTopBarColors()
-
getCloseButton
final SkontoInvoicePreviewScreenColors.CloseButton getCloseButton()
-
getFooterColors
final SkontoInvoicePreviewScreenFooterColors getFooterColors()
-
-
-
-