CsvDataPage constructor
- dynamic key,
- required dynamic appAttributes,
- required dynamic child,
Implementation
const CsvDataPage({
super.key,
required this.appAttributes,
required this.footer,
required this.child,
});
const CsvDataPage({
super.key,
required this.appAttributes,
required this.footer,
required this.child,
});