-
@Immutable() public final class SkontoHelpDescriptionSectionColors
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSkontoHelpDescriptionSectionColors.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ColorbackgroundColorprivate final ColortitleTextColorprivate final ColordescriptionTextColor
-
Constructor Summary
Constructors Constructor Description SkontoHelpDescriptionSectionColors(Color backgroundColor, Color titleTextColor, Color descriptionTextColor)
-
Method Summary
Modifier and Type Method Description final ColorgetBackgroundColor()final ColorgetTitleTextColor()final ColorgetDescriptionTextColor()-
-
Method Detail
-
getBackgroundColor
final Color getBackgroundColor()
-
getTitleTextColor
final Color getTitleTextColor()
-
getDescriptionTextColor
final Color getDescriptionTextColor()
-
-
-
-