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