voucherCustomizationHelperText property
String
get
voucherCustomizationHelperText
| Locale | Translation |
|---|---|
| en | " You can use the slider to adjust the amount or click the amount on to set your preferred amount." |
Implementation
String get voucherCustomizationHelperText {
return customLookup?.voucherCustomizationHelperText ?? _lookup.voucherCustomizationHelperText;
}