CsvDataPage constructor
- Key? key,
- required AppAttributes appAttributes,
- required Widget 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,
});