DialogField constructor
const
DialogField({})
Implementation
const DialogField({
required this.key,
required this.label,
this.hint,
this.initialValue = '',
this.type = DialogFieldType.text,
this.options = const [],
this.maxLines = 1,
this.required = false,
});