-
public class SkontoSectionColors.InfoBannerColors.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static SkontoSectionColors.InfoBannerColors.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final SkontoSectionColors.InfoBannerColorssuccess(Color backgroundColor, Color textColor, Color iconTint)final SkontoSectionColors.InfoBannerColorswarning(Color backgroundColor, Color textColor, Color iconTint)final SkontoSectionColors.InfoBannerColorserror(Color backgroundColor, Color textColor, Color iconTint)-
-
Method Detail
-
success
@Composable() final SkontoSectionColors.InfoBannerColors success(Color backgroundColor, Color textColor, Color iconTint)
-
warning
@Composable() final SkontoSectionColors.InfoBannerColors warning(Color backgroundColor, Color textColor, Color iconTint)
-
error
@Composable() final SkontoSectionColors.InfoBannerColors error(Color backgroundColor, Color textColor, Color iconTint)
-
-
-
-