FormDataDisplay constructor
const
FormDataDisplay({})
Implementation
const FormDataDisplay({
Key? key,
required this.data,
this.textStyle,
this.labelStyle,
this.excludeFields = const ['formId', 'responseEventType'],
this.displayAllFields = false,
this.separator = ', ',
this.showLabels = true,
this.labelSeparator = ': ',
}) : super(key: key);