BenefitsDefaults
class BenefitsDefaults(val isNew: Boolean = false, val isClickEnabled: Boolean = true, val colors: BenefitsColors = BenefitsColors())
Constructors
Link copied to clipboard
constructor(isNew: Boolean = false, isClickEnabled: Boolean = true, colors: BenefitsColors = BenefitsColors())