PriceParams
Price params used to match Price
Constructors
Properties
String used as a price prefix for screen readers (Talkback) to describe the price. Consider this as contentDescription.
String used as a price suffix for screen readers (Talkback) to describe the price.
String used for currency. Use a String or Currency.getInstance(<currencyCode>).symbol. Note: If you need to have a LTR view together with a RTL currency, you can use need to use the LRM mark (\u200E) to ensure the currency is displayed correctly for leading or trailing position. Eg. (\uFDFC\u200E) // Arabic Riyal symbol + LRM mark.
CurrencyPosition indicates where currency will be displayed.
Spacing between currency and the price value.
Vertical position of currency
Decimal sign for Price.
Decimal value for Price.
Vertical position of decimal value
Integer value for Price, will render as provided.
Subscript label defined after decimals and currency.