DictionaryField constructor
const
DictionaryField({
- required String key,
- required DictionaryValue value,
- DictionaryValue? attributedValue,
- String? label,
- String? changeMessage,
- PassTextAlign? textAlignment,
- PassTextNumberStyle? numberStyle,
- String? currencyCode,
- PassTextDateStyle? dateStyle,
- PassTextDateStyle? timeStyle,
- bool ignoresTimeZone = false,
Implementation
const DictionaryField({
required this.key,
required this.value,
this.attributedValue,
this.label,
this.changeMessage,
this.textAlignment,
this.numberStyle,
this.currencyCode,
this.dateStyle,
this.timeStyle,
this.ignoresTimeZone = false,
});