Regular
constructor(style: PriceVariantStyle = PriceVariantStyle.Emphasised, negativePrice: Boolean = false, sizeStyle: PriceSizeStyle = PriceSizeStyle.MixedSize)(source)
Parameters
style
It indicates whether the font weight is regular FontWeight.Normal+SkapaColors.textAndIcon2 or default Emphasised with FontWeight.W700+SkapaColors.textAndIcon1.
negativePrice
Adds a minus sign at the beginning of the price. Using negative prices forces PriceSizeStyle.FixedSize and also not compatible with BTI.
sizeStyle
The price size style variations to be displayed. The default value is PriceSizeStyle.MixedSize.