SqliteTestPage constructor
- Key? key,
- required AppAttributes appAttributes,
- String? errorPrefix,
Implementation
const SqliteTestPage({
super.key,
required this.appAttributes,
required this.footer,
this.errorPrefix,
});
const SqliteTestPage({
super.key,
required this.appAttributes,
required this.footer,
this.errorPrefix,
});