Regular

class Regular(regularFontWeight: Boolean = false, subtle: Boolean = false, negativePrice: Boolean = false) : PriceVariant

This is the leading price display used for most price presentations at IKEA. The price display has two style variations called PriceSizeStyle.MixedSize Size and PriceSizeStyle.SingleSize.

Parameters

regularFontWeight

It indicates whether the font weight is regular FontWeight.Normal or default FontWeight.W700.

subtle

It enforces the price to use SkapaColors.textAndIcon2. The default color is SkapaColors.textAndIcon1.

negativePrice

Adds a minus sign at the beginning of the price. Using negative prices forces PriceSizeStyle.SingleSize and also not compatible with BTI.

Constructors

Link copied to clipboard
constructor(regularFontWeight: Boolean = false, subtle: Boolean = false, negativePrice: Boolean = false)