DictionaryField constructor
const
DictionaryField({
- required String key,
- required DictionaryValue value,
- String? label,
- String? changeMessage,
- PassTextAlign? textAlignment,
- DictionaryValue? attributedValue,
Implementation
const DictionaryField({
required this.key,
required this.value,
this.label,
this.changeMessage,
this.textAlignment,
this.attributedValue,
});