-
@Immutable() public final class SkontoHelpScreenColors
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSkontoHelpScreenColors.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ColorbackgroundColorprivate final GiniTopBarColorstopAppBarColorsprivate final SkontoHelpDescriptionSectionColorsskontoHelpDescriptionSectionColorsprivate final SkontoHelpItemsSectionColorsskontoHelpItemsSectionColorsprivate final SkontoHelpFooterSectionColorsskontoHelpFooterSectionColors
-
Constructor Summary
Constructors Constructor Description SkontoHelpScreenColors(Color backgroundColor, GiniTopBarColors topAppBarColors, SkontoHelpDescriptionSectionColors skontoHelpDescriptionSectionColors, SkontoHelpItemsSectionColors skontoHelpItemsSectionColors, SkontoHelpFooterSectionColors skontoHelpFooterSectionColors)
-
Method Summary
Modifier and Type Method Description final ColorgetBackgroundColor()final GiniTopBarColorsgetTopAppBarColors()final SkontoHelpDescriptionSectionColorsgetSkontoHelpDescriptionSectionColors()final SkontoHelpItemsSectionColorsgetSkontoHelpItemsSectionColors()final SkontoHelpFooterSectionColorsgetSkontoHelpFooterSectionColors()-
-
Constructor Detail
-
SkontoHelpScreenColors
SkontoHelpScreenColors(Color backgroundColor, GiniTopBarColors topAppBarColors, SkontoHelpDescriptionSectionColors skontoHelpDescriptionSectionColors, SkontoHelpItemsSectionColors skontoHelpItemsSectionColors, SkontoHelpFooterSectionColors skontoHelpFooterSectionColors)
-
-
Method Detail
-
getBackgroundColor
final Color getBackgroundColor()
-
getTopAppBarColors
final GiniTopBarColors getTopAppBarColors()
-
getSkontoHelpDescriptionSectionColors
final SkontoHelpDescriptionSectionColors getSkontoHelpDescriptionSectionColors()
-
getSkontoHelpItemsSectionColors
final SkontoHelpItemsSectionColors getSkontoHelpItemsSectionColors()
-
getSkontoHelpFooterSectionColors
final SkontoHelpFooterSectionColors getSkontoHelpFooterSectionColors()
-
-
-
-