-
@Immutable() public final class WithoutSkontoSectionColors
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classWithoutSkontoSectionColors.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ColortitleTextColorprivate final ColorcardBackgroundColorprivate final GiniTextInputColorsamountFieldColorsprivate final ColorenabledHintTextColor
-
Constructor Summary
Constructors Constructor Description WithoutSkontoSectionColors(Color titleTextColor, Color cardBackgroundColor, GiniTextInputColors amountFieldColors, Color enabledHintTextColor)
-
Method Summary
Modifier and Type Method Description final ColorgetTitleTextColor()final ColorgetCardBackgroundColor()final GiniTextInputColorsgetAmountFieldColors()final ColorgetEnabledHintTextColor()-
-
Method Detail
-
getTitleTextColor
final Color getTitleTextColor()
-
getCardBackgroundColor
final Color getCardBackgroundColor()
-
getAmountFieldColors
final GiniTextInputColors getAmountFieldColors()
-
getEnabledHintTextColor
final Color getEnabledHintTextColor()
-
-
-
-