FdcExportColumn constructor
const
FdcExportColumn({
- required String fieldName,
- String? key,
- String? label,
- FdcExportValueFormatter? valueFormatter,
- FdcExportTextAlignment textAlignment = FdcExportTextAlignment.left,
Creates a FdcExportColumn.
Implementation
const FdcExportColumn({
required this.fieldName,
this.key,
this.label,
this.valueFormatter,
this.textAlignment = FdcExportTextAlignment.left,
});